Spaces:
Runtime error
Runtime error
Commit
·
1d9e19f
1
Parent(s):
5280802
Update app.py
Browse files
app.py
CHANGED
@@ -13,15 +13,15 @@ def call_gradio_api(user_input):
|
|
13 |
# Interface for the Gradio app
|
14 |
|
15 |
new_prompt = gr.Textbox(
|
16 |
-
label="Augmented Prompt", placeholder="
|
17 |
)
|
18 |
|
19 |
chat_response = gr.Textbox(
|
20 |
-
label="Response", placeholder="
|
21 |
)
|
22 |
|
23 |
source_list = gr.Textbox(
|
24 |
-
label="Sources", placeholder="
|
25 |
)
|
26 |
|
27 |
iface = gr.Interface(
|
|
|
13 |
# Interface for the Gradio app
|
14 |
|
15 |
new_prompt = gr.Textbox(
|
16 |
+
label="Augmented Prompt", placeholder="Augmented Prompt will appear here"
|
17 |
)
|
18 |
|
19 |
chat_response = gr.Textbox(
|
20 |
+
label="Response", placeholder="Response of the prompt will appear here"
|
21 |
)
|
22 |
|
23 |
source_list = gr.Textbox(
|
24 |
+
label="Sources", placeholder="Document source title and doi will appear here"
|
25 |
)
|
26 |
|
27 |
iface = gr.Interface(
|