Shriharsh commited on
Commit
66190dc
·
verified ·
1 Parent(s): 8a6ec08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ chatbot = gr.Chatbot(height=450,
85
  layout="bubble")
86
 
87
  with gr.Blocks() as demo:
88
- gr.HTML("<h1><center>Mistral-7B-Chat 💬<h1><center>")
89
  gr.ChatInterface(
90
  generate,
91
  chatbot=chatbot, # Use the created Chatbot object
 
85
  layout="bubble")
86
 
87
  with gr.Blocks() as demo:
88
+ gr.HTML("<h1><center>🤖 Mistral-7B-Chat 💬<h1><center>")
89
  gr.ChatInterface(
90
  generate,
91
  chatbot=chatbot, # Use the created Chatbot object