Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Commit
•
447613c
1
Parent(s):
4014da3
Update app.py
Browse files
app.py
CHANGED
@@ -144,6 +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 |
examples=["Properties in France "," Properties greater than a acre","Properties with more than 400 bedrooms"],
|
148 |
)
|
149 |
# print(interface_1.input_components[0])
|
@@ -154,6 +155,7 @@ with gr.Blocks(title="House Excel Query") as demo:
|
|
154 |
inputs=[user_dropdown,stage2_text],
|
155 |
# 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")],
|
156 |
outputs=stage2_output,
|
|
|
157 |
# examples=stage2_examples,
|
158 |
# live=True,
|
159 |
# 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"),
|