Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|