lvwerra HF staff commited on
Commit
2a2d977
·
verified ·
1 Parent(s): 332e429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -73,6 +73,8 @@ with gr.Blocks(css=css) as demo:
73
  html_output = gr.HTML(value=update_notebook_display(create_base_notebook([])[0]))
74
  with gr.Row():
75
  user_input = gr.Textbox(value="Solve the Lotka-Volterra equation and plot the results.", lines=3)
 
 
76
  with gr.Row():
77
  generate_btn = gr.Button("Let's go!")
78
  clear_btn = gr.Button("Clear")
 
73
  html_output = gr.HTML(value=update_notebook_display(create_base_notebook([])[0]))
74
  with gr.Row():
75
  user_input = gr.Textbox(value="Solve the Lotka-Volterra equation and plot the results.", lines=3)
76
+ with gr.Row():
77
+ gr.File(label="Upload files to use", file_count="multiple")
78
  with gr.Row():
79
  generate_btn = gr.Button("Let's go!")
80
  clear_btn = gr.Button("Clear")