Spaces:
Runtime error
Runtime error
Michelangiolo
commited on
Commit
•
91e7cb9
1
Parent(s):
887eaf7
changes
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue='amber', secondary_hue='gray', n
|
|
66 |
input2 = gr.Radio(['New York', 'Chicago', 'Washington'], multiselect=False, label='State', value='New York')
|
67 |
input3 = gr.Textbox(label='Query', value='I want to develop a mobile app')
|
68 |
|
69 |
-
btn = gr.Button(value="Search for
|
70 |
output = gr.Dataframe()
|
71 |
# btn.click(greet, inputs='text', outputs=['dataframe'])
|
72 |
btn.click(greet, [input1, input2, input3], [output])
|
|
|
66 |
input2 = gr.Radio(['New York', 'Chicago', 'Washington'], multiselect=False, label='State', value='New York')
|
67 |
input3 = gr.Textbox(label='Query', value='I want to develop a mobile app')
|
68 |
|
69 |
+
btn = gr.Button(value="Search for a Freelancer")
|
70 |
output = gr.Dataframe()
|
71 |
# btn.click(greet, inputs='text', outputs=['dataframe'])
|
72 |
btn.click(greet, [input1, input2, input3], [output])
|