matthoffner commited on
Commit
2292044
Β·
1 Parent(s): b0eef0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;'>πŸ¦™ Local LLM Do It For U πŸ¦™</h3>")
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([])