aixsatoshi commited on
Commit
86f332d
1 Parent(s): f1d6fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def stream_chat(message: str, history: list, temperature: float, max_new_tokens:
74
 
75
  chatbot = gr.Chatbot(height=500)
76
 
77
- with gr.Blocks(css=CSS) as demo:
78
  gr.HTML(TITLE)
79
  gr.HTML(DESCRIPTION)
80
  gr.ChatInterface(
 
74
 
75
  chatbot = gr.Chatbot(height=500)
76
 
77
+ with gr.Blocks() as demo:
78
  gr.HTML(TITLE)
79
  gr.HTML(DESCRIPTION)
80
  gr.ChatInterface(