Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ inputs = [
|
|
26 |
|
27 |
# Define the outputs for the Gradio interface
|
28 |
outputs = [
|
29 |
-
gr.outputs.
|
30 |
gr.outputs.Textbox(label="Data written to records.csv")
|
31 |
]
|
32 |
|
|
|
26 |
|
27 |
# Define the outputs for the Gradio interface
|
28 |
outputs = [
|
29 |
+
gr.outputs.Plot(plot_data),
|
30 |
gr.outputs.Textbox(label="Data written to records.csv")
|
31 |
]
|
32 |
|