Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
fcc824b
1
Parent(s):
57c9eab
Commits test
Browse files
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="
|
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 |
|