Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ chatbot = gr.Chatbot(height=450,
|
|
94 |
layout="bubble")
|
95 |
|
96 |
with gr.Blocks() as demo:
|
97 |
-
gr.HTML("<h1><center
|
98 |
gr.ChatInterface(
|
99 |
generate,
|
100 |
chatbot=chatbot, # Use the created Chatbot object
|
|
|
94 |
layout="bubble")
|
95 |
|
96 |
with gr.Blocks() as demo:
|
97 |
+
gr.HTML("<h1><center>🤖 Google-Gemma-7B-Chat 💬<h1><center>")
|
98 |
gr.ChatInterface(
|
99 |
generate,
|
100 |
chatbot=chatbot, # Use the created Chatbot object
|