Spaces:
Sleeping
Sleeping
add outputs back
Browse files
app.py
CHANGED
@@ -236,7 +236,7 @@ def update_streams(dummy):
|
|
236 |
iface = gr.Interface(
|
237 |
fn=update_streams,
|
238 |
inputs=gr.components.Button(value="Update Streams"),
|
239 |
-
|
240 |
)
|
241 |
|
242 |
# Launch the app
|
|
|
236 |
iface = gr.Interface(
|
237 |
fn=update_streams,
|
238 |
inputs=gr.components.Button(value="Update Streams"),
|
239 |
+
outputs="text",
|
240 |
)
|
241 |
|
242 |
# Launch the app
|