Shriharsh commited on
Commit
4d2b32c
·
verified ·
1 Parent(s): e7bce57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>Google-Gemma-7B-Chat 💬<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