Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -235,7 +235,7 @@ def update_streams():
|
|
| 235 |
# Create Gradio interface
|
| 236 |
iface = gr.Interface(
|
| 237 |
fn=update_streams,
|
| 238 |
-
inputs=gr.
|
| 239 |
outputs="text"
|
| 240 |
)
|
| 241 |
|
|
|
|
| 235 |
# Create Gradio interface
|
| 236 |
iface = gr.Interface(
|
| 237 |
fn=update_streams,
|
| 238 |
+
inputs=gr.components.Button(label="Update Streams"),
|
| 239 |
outputs="text"
|
| 240 |
)
|
| 241 |
|