Spaces:
Sleeping
Sleeping
napatswift
commited on
Commit
·
48fd428
1
Parent(s):
32757eb
Update input type in app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def get_closest_budget_item(text):
|
|
39 |
|
40 |
demo = gr.Interface(
|
41 |
fn=get_closest_budget_item,
|
42 |
-
inputs=
|
43 |
outputs='dataframe',
|
44 |
)
|
45 |
|
|
|
39 |
|
40 |
demo = gr.Interface(
|
41 |
fn=get_closest_budget_item,
|
42 |
+
inputs='textbox',
|
43 |
outputs='dataframe',
|
44 |
)
|
45 |
|