ababio commited on
Commit
4c2a689
1 Parent(s): 2db6d7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def query_anual_report(query):
66
  # Define Gradio Interface
67
  iface = gr.Interface(
68
  fn=query_anual_report,
69
- inputs=gr.inputs.Textbox(lines=2, placeholder="Ask something..."),
70
  outputs="text",
71
  title="Annual Report Query",
72
  description="Ask questions about the annual report."
 
66
  # Define Gradio Interface
67
  iface = gr.Interface(
68
  fn=query_anual_report,
69
+ inputs=gr.Textbox(lines=2, placeholder="Ask something..."),
70
  outputs="text",
71
  title="Annual Report Query",
72
  description="Ask questions about the annual report."