elmadany commited on
Commit
72928c6
·
verified ·
1 Parent(s): 9b8a663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Intelligence Agent"):
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("Advanced InterPARES Intelligence Agent"):
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="")