Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ with gr.Blocks(title="House Excel Query") as demo:
|
|
| 151 |
interface_2 = gr.Interface(
|
| 152 |
qa_infer_interface,
|
| 153 |
inputs=[user_dropdown,stage2_text],
|
| 154 |
-
# inputs=[gr.Dropdown.change(fn=update_choices),gr.components.Textbox(lines=2,label="Question on property",placeholder="Enter a question to know more about the properties")],
|
| 155 |
outputs=stage2_output,
|
| 156 |
cache_examples=False,
|
| 157 |
|
|
|
|
| 151 |
interface_2 = gr.Interface(
|
| 152 |
qa_infer_interface,
|
| 153 |
inputs=[user_dropdown,stage2_text],
|
| 154 |
+
# inputs = [gr.Dropdown.change(fn=update_choices),gr.components.Textbox(lines=2,label="Question on property",placeholder="Enter a question to know more about the properties")],
|
| 155 |
outputs=stage2_output,
|
| 156 |
cache_examples=False,
|
| 157 |
|