arjunanand13 commited on
Commit
01e5402
1 Parent(s): 4b6141c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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