Spaces:
Sleeping
Sleeping
change bttm atrr name
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.components.Button(
|
239 |
outputs="text"
|
240 |
)
|
241 |
|
|
|
235 |
# Create Gradio interface
|
236 |
iface = gr.Interface(
|
237 |
fn=update_streams,
|
238 |
+
inputs=gr.components.Button(value="Update Streams"),
|
239 |
outputs="text"
|
240 |
)
|
241 |
|