aixsatoshi
commited on
Update app.py
Browse files
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(
|