FredZhang7 commited on
Commit
e15b11d
β€’
1 Parent(s): 359bcf8

fix conversation issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ def alternative(chatbot, history):
174
 
175
 
176
  with gr.Blocks(title=title) as demo:
177
- gr.HTML(f'<div style="text-align: center;">\n<h1>🌍World - {title}</h1>\n</div>')
178
  gr.Markdown(
179
  f"100% RNN RWKV-LM **trained on 12+ natural languages**. Demo limited to ctxlen {ctx_limit}. For best results, <b>write short imperative prompts</b> like commands and requests. Example: use \"Tell me what my name is\" instead of \"What's my name?\"."
180
  + "\n\n"
 
174
 
175
 
176
  with gr.Blocks(title=title) as demo:
177
+ gr.HTML(f'<div style="text-align: center;">\n<h1>🌍Chat - {title}</h1>\n</div>')
178
  gr.Markdown(
179
  f"100% RNN RWKV-LM **trained on 12+ natural languages**. Demo limited to ctxlen {ctx_limit}. For best results, <b>write short imperative prompts</b> like commands and requests. Example: use \"Tell me what my name is\" instead of \"What's my name?\"."
180
  + "\n\n"