Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1349,6 +1349,7 @@ def respond(message, history, max_tokens, temperature, top_p):
|
|
1349 |
response += token
|
1350 |
yield response
|
1351 |
|
|
|
1352 |
css = """
|
1353 |
#chat-interface {
|
1354 |
animation: pulse 1.5s infinite, glass 3s infinite alternate;
|
@@ -1445,8 +1446,7 @@ demo = gr.ChatInterface(
|
|
1445 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Neural Activity")
|
1446 |
],
|
1447 |
theme="TejAndrewsACC/zetaofficalthemeacc",
|
1448 |
-
css=css
|
1449 |
-
elem_id="chat-interface"
|
1450 |
)
|
1451 |
|
1452 |
if __name__ == "__main__":
|
|
|
1349 |
response += token
|
1350 |
yield response
|
1351 |
|
1352 |
+
|
1353 |
css = """
|
1354 |
#chat-interface {
|
1355 |
animation: pulse 1.5s infinite, glass 3s infinite alternate;
|
|
|
1446 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Neural Activity")
|
1447 |
],
|
1448 |
theme="TejAndrewsACC/zetaofficalthemeacc",
|
1449 |
+
css=css
|
|
|
1450 |
)
|
1451 |
|
1452 |
if __name__ == "__main__":
|