Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -482,9 +482,7 @@ with chat_container:
|
|
| 482 |
</div>
|
| 483 |
""", unsafe_allow_html=True)
|
| 484 |
|
| 485 |
-
|
| 486 |
-
|
| 487 |
-
|
| 488 |
# ========== Chat Input & Clear Button ==========
|
| 489 |
col1, col2 = st.columns([5, 1])
|
| 490 |
|
|
|
|
| 482 |
</div>
|
| 483 |
""", unsafe_allow_html=True)
|
| 484 |
|
| 485 |
+
|
|
|
|
|
|
|
| 486 |
# ========== Chat Input & Clear Button ==========
|
| 487 |
col1, col2 = st.columns([5, 1])
|
| 488 |
|