FredZhang7
commited on
Commit
β’
e15b11d
1
Parent(s):
359bcf8
fix conversation issue
Browse files
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>π
|
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"
|