Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -265,7 +265,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 265 |
|
| 266 |
|
| 267 |
# Adding the new Chat tab with chat interface
|
| 268 |
-
with gr.Tab("InterPARES
|
| 269 |
gr.HTML("<h3>Engage in a conversation with the InterPARES documents and receive answers derived exclusively from its content.</h3>")
|
| 270 |
with gr.Row():
|
| 271 |
chatbot = gr.Chatbot(label="")
|
|
@@ -316,7 +316,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 316 |
outputs=chatbot,
|
| 317 |
)
|
| 318 |
# Adding the new Chat tab with chat interface
|
| 319 |
-
with gr.Tab("
|
| 320 |
gr.HTML("<h3>Engage in a advanced conversation with the InterPARES documents and receive answers derived from their content, supplemented with additional information if it's missing from the model's knowledge.</h3>")
|
| 321 |
with gr.Row():
|
| 322 |
chatbot = gr.Chatbot(label="")
|
|
|
|
| 265 |
|
| 266 |
|
| 267 |
# Adding the new Chat tab with chat interface
|
| 268 |
+
with gr.Tab("InterPARES-Chat"):
|
| 269 |
gr.HTML("<h3>Engage in a conversation with the InterPARES documents and receive answers derived exclusively from its content.</h3>")
|
| 270 |
with gr.Row():
|
| 271 |
chatbot = gr.Chatbot(label="")
|
|
|
|
| 316 |
outputs=chatbot,
|
| 317 |
)
|
| 318 |
# Adding the new Chat tab with chat interface
|
| 319 |
+
with gr.Tab("InterPARES-Chat Pro"):
|
| 320 |
gr.HTML("<h3>Engage in a advanced conversation with the InterPARES documents and receive answers derived from their content, supplemented with additional information if it's missing from the model's knowledge.</h3>")
|
| 321 |
with gr.Row():
|
| 322 |
chatbot = gr.Chatbot(label="")
|