aixsatoshi commited on
Commit
0e7ba44
1 Parent(s): 69855bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def stream_chat(message: str, history: list, temperature: float, max_new_tokens:
84
 
85
  chatbot = gr.Chatbot(height=500)
86
 
87
- with gr.Blocks() as demo:
88
  gr.HTML(TITLE)
89
  gr.HTML(DESCRIPTION)
90
  gr.ChatInterface(
 
84
 
85
  chatbot = gr.Chatbot(height=500)
86
 
87
+ with gr.Blocks(css=CSS) as demo:
88
  gr.HTML(TITLE)
89
  gr.HTML(DESCRIPTION)
90
  gr.ChatInterface(