Update app.py
Browse files
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.
|
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."
|