aixsatoshi
commited on
Commit
•
781217c
1
Parent(s):
2024746
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def stream_chat(message: str, history: list, temperature: float, max_new_tokens:
|
|
90 |
|
91 |
chatbot = gr.Chatbot(height=500)
|
92 |
|
93 |
-
with gr.Blocks() as demo:
|
94 |
gr.HTML(TITLE)
|
95 |
gr.HTML(DESCRIPTION)
|
96 |
gr.ChatInterface(
|
|
|
90 |
|
91 |
chatbot = gr.Chatbot(height=500)
|
92 |
|
93 |
+
with gr.Blocks(css=CSS) as demo:
|
94 |
gr.HTML(TITLE)
|
95 |
gr.HTML(DESCRIPTION)
|
96 |
gr.ChatInterface(
|