Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -165,7 +165,8 @@ def get_agent():
|
|
| 165 |
agent = create_langchain_agent()
|
| 166 |
return agent
|
| 167 |
|
| 168 |
-
|
|
|
|
| 169 |
<script>
|
| 170 |
// Force light theme in Gradio
|
| 171 |
window.addEventListener('DOMContentLoaded', function () {
|
|
|
|
| 165 |
agent = create_langchain_agent()
|
| 166 |
return agent
|
| 167 |
|
| 168 |
+
# --- Force Light Mode Script ---
|
| 169 |
+
force_light_mode = '''
|
| 170 |
<script>
|
| 171 |
// Force light theme in Gradio
|
| 172 |
window.addEventListener('DOMContentLoaded', function () {
|