Update app.py
Browse files
app.py
CHANGED
@@ -158,8 +158,8 @@ details[open] summary:after {
|
|
158 |
# Create Gradio interface
|
159 |
with gr.Blocks(css=css) as demo:
|
160 |
gr.Markdown("# Chat with Superthoughts lite! (1.7B)")
|
161 |
-
gr.Markdown("NEW! We have added online web abilities, in advanced settings enable Web search.")
|
162 |
-
gr.Markdown("
|
163 |
|
164 |
chatbot = gr.Chatbot(height=600)
|
165 |
with gr.Row():
|
|
|
158 |
# Create Gradio interface
|
159 |
with gr.Blocks(css=css) as demo:
|
160 |
gr.Markdown("# Chat with Superthoughts lite! (1.7B)")
|
161 |
+
gr.Markdown("## NEW! We have added online web abilities, in advanced settings enable Web search.")
|
162 |
+
gr.Markdown("**Warning:** The first output from the AI may take a few moments. After the first message, it should work at a decent speed, keep in mind that this chat is only meant for testing and experimenting.")
|
163 |
|
164 |
chatbot = gr.Chatbot(height=600)
|
165 |
with gr.Row():
|