Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ company = gr.Radio(
|
|
| 157 |
|
| 158 |
demo = gr.Interface(
|
| 159 |
fn=predict,
|
| 160 |
-
inputs=[
|
| 161 |
outputs="text",
|
| 162 |
title="RAG on 10k-reports",
|
| 163 |
description="This API allows you to query on annaul reports",
|
|
|
|
| 157 |
|
| 158 |
demo = gr.Interface(
|
| 159 |
fn=predict,
|
| 160 |
+
inputs=[user_input,company],
|
| 161 |
outputs="text",
|
| 162 |
title="RAG on 10k-reports",
|
| 163 |
description="This API allows you to query on annaul reports",
|