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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -158,7 +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("**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.")
 
162
 
163
  chatbot = gr.Chatbot(height=600)
164
  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():