aforss commited on
Commit
07116da
1 Parent(s): 66f9f27
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def generate_response(query):
11
  # Create Gradio interface
12
  iface = gr.Interface(
13
  fn=generate_response,
14
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your query here..."),
15
  outputs="text",
16
  title="Finance Chat"
17
  )
 
11
  # Create Gradio interface
12
  iface = gr.Interface(
13
  fn=generate_response,
14
+ inputs=gr.Textbox(lines=2, placeholder="Enter your query here..."),
15
  outputs="text",
16
  title="Finance Chat"
17
  )