Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|