Shriharsh commited on
Commit
b484597
·
verified ·
1 Parent(s): 74c69fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ additional_inputs=[
84
  chatbot = gr.Chatbot(height=450,
85
  layout="bubble")
86
 
87
- with gr.Blocks(css=CSS) as demo:
88
  gr.HTML("<h1><center>🤖 Mistral-7B-Chat 💬<h1><center>")
89
  gr.ChatInterface(
90
  generate,
 
84
  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,