Spaces:
Paused
Paused
Commit
Β·
2292044
1
Parent(s):
b0eef0b
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ PromptHelper.compact_text_chunks = compact_text_chunks
|
|
14 |
with gr.Blocks(css="") as demo:
|
15 |
with gr.Box():
|
16 |
gr.Markdown("<h1 style='font-size: 48px; text-align: center;'>πͺ WizardLM Doc Chat π</h1>")
|
17 |
-
gr.Markdown("<h3 style='text-align: center;'
|
18 |
|
19 |
chat_context = gr.State([])
|
20 |
new_google_chat_context = gr.State([])
|
|
|
14 |
with gr.Blocks(css="") as demo:
|
15 |
with gr.Box():
|
16 |
gr.Markdown("<h1 style='font-size: 48px; text-align: center;'>πͺ WizardLM Doc Chat π</h1>")
|
17 |
+
gr.Markdown("<h3 style='text-align: center;'>πͺππͺππͺβ‘οΈπͺ</h3>")
|
18 |
|
19 |
chat_context = gr.State([])
|
20 |
new_google_chat_context = gr.State([])
|