Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ with gr.Blocks(title="House Excel Query") as demo:
|
|
| 144 |
outputs=interface_1_output,
|
| 145 |
# live=True,
|
| 146 |
# cache_examples=["Give me all details of properties from India"],
|
| 147 |
-
cache_examples=False
|
| 148 |
examples=["Properties in France "," Properties greater than a acre","Properties with more than 400 bedrooms"],
|
| 149 |
)
|
| 150 |
# print(interface_1.input_components[0])
|
|
@@ -155,7 +155,7 @@ with gr.Blocks(title="House Excel Query") as demo:
|
|
| 155 |
inputs=[user_dropdown,stage2_text],
|
| 156 |
# 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")],
|
| 157 |
outputs=stage2_output,
|
| 158 |
-
cache_examples=False
|
| 159 |
# examples=stage2_examples,
|
| 160 |
# live=True,
|
| 161 |
# gr.Button("Next"),
|
|
|
|
| 144 |
outputs=interface_1_output,
|
| 145 |
# live=True,
|
| 146 |
# cache_examples=["Give me all details of properties from India"],
|
| 147 |
+
cache_examples=False,
|
| 148 |
examples=["Properties in France "," Properties greater than a acre","Properties with more than 400 bedrooms"],
|
| 149 |
)
|
| 150 |
# print(interface_1.input_components[0])
|
|
|
|
| 155 |
inputs=[user_dropdown,stage2_text],
|
| 156 |
# 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")],
|
| 157 |
outputs=stage2_output,
|
| 158 |
+
cache_examples=False,
|
| 159 |
# examples=stage2_examples,
|
| 160 |
# live=True,
|
| 161 |
# gr.Button("Next"),
|