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