Pinkstack commited on
Commit
c954fa2
·
verified ·
1 Parent(s): def1d8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("-# **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():
 
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():