Update app.py
Browse files
app.py
CHANGED
@@ -825,6 +825,7 @@ with gr.Blocks(css=CSS, theme=gr.themes.Soft(font=["Arial", gr.themes.GoogleFont
|
|
825 |
with gr.Column(elem_classes="chatbot-container"):
|
826 |
chat_status_text.render()
|
827 |
gr.Markdown("## Chat (LLama 3.1-8B-Instruct)")
|
|
|
828 |
chat_interface = gr.ChatInterface(
|
829 |
fn=chat_response_stream,
|
830 |
additional_inputs=[compressed_doc_state, compression_done],
|
|
|
825 |
with gr.Column(elem_classes="chatbot-container"):
|
826 |
chat_status_text.render()
|
827 |
gr.Markdown("## Chat (LLama 3.1-8B-Instruct)")
|
828 |
+
gr.Markdown("**Note:** There is currently no chat history available.")
|
829 |
chat_interface = gr.ChatInterface(
|
830 |
fn=chat_response_stream,
|
831 |
additional_inputs=[compressed_doc_state, compression_done],
|