Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ iface = gr.TabbedInterface(
|
|
169 |
[
|
170 |
gr.Interface(
|
171 |
fn=chatbot,
|
172 |
-
inputs=
|
173 |
outputs=gr.Textbox(label="Answer"),
|
174 |
title="PDF Q&A Chatbot (Powered by Together.AI)",
|
175 |
),
|
|
|
169 |
[
|
170 |
gr.Interface(
|
171 |
fn=chatbot,
|
172 |
+
inputs=gr.Textbox(label="Ask a Question"),
|
173 |
outputs=gr.Textbox(label="Answer"),
|
174 |
title="PDF Q&A Chatbot (Powered by Together.AI)",
|
175 |
),
|