Spaces:
Runtime error
Runtime error
test: remove footer
#2
by
samayg
- opened
app.py
CHANGED
|
@@ -89,6 +89,7 @@ def get_query_from_internet(user_query, temperature=0):
|
|
| 89 |
chat_history = []
|
| 90 |
CSS ="""
|
| 91 |
.contain { display: flex; flex-direction: column; }
|
|
|
|
| 92 |
#component-0 { height: 100%; }
|
| 93 |
#chatbot { flex-grow: 1; overflow: auto;}
|
| 94 |
|
|
|
|
| 89 |
chat_history = []
|
| 90 |
CSS ="""
|
| 91 |
.contain { display: flex; flex-direction: column; }
|
| 92 |
+
.svelte-1ax1toq { display: none; }
|
| 93 |
#component-0 { height: 100%; }
|
| 94 |
#chatbot { flex-grow: 1; overflow: auto;}
|
| 95 |
|