Moibe commited on
Commit
fcc824b
·
1 Parent(s): 57c9eab

Commits test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def predict(text_input, dropdown):
25
 
26
 
27
  with gr.Blocks() as block:
28
- text_input = gr.Text(label="Input")
29
  dropdown = gr.Dropdown(["first", "second", "third"], type="index")
30
  local_data = gr.JSON({}, label="Local Storage")
31
 
 
25
 
26
 
27
  with gr.Blocks() as block:
28
+ text_input = gr.Text(label="Input182")
29
  dropdown = gr.Dropdown(["first", "second", "third"], type="index")
30
  local_data = gr.JSON({}, label="Local Storage")
31