Spaces:
Running
on
Zero
Running
on
Zero
cutechicken
commited on
Commit
•
241b26a
1
Parent(s):
1d43078
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,6 @@ h3 {
|
|
179 |
|
180 |
with gr.Blocks(css=CSS) as demo:
|
181 |
gr.HTML(TITLE)
|
182 |
-
gr.HTML(DESCRIPTION)
|
183 |
gr.ChatInterface(
|
184 |
fn=stream_chat,
|
185 |
chatbot=chatbot,
|
|
|
179 |
|
180 |
with gr.Blocks(css=CSS) as demo:
|
181 |
gr.HTML(TITLE)
|
|
|
182 |
gr.ChatInterface(
|
183 |
fn=stream_chat,
|
184 |
chatbot=chatbot,
|