serJD commited on
Commit
b02baea
·
1 Parent(s): 16816f0

change bttm atrr name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(label="Update Streams"),
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