jdesiree commited on
Commit
7b46fbd
·
verified ·
1 Parent(s): 65e7d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -165,7 +165,8 @@ def get_agent():
165
  agent = create_langchain_agent()
166
  return agent
167
 
168
- Force_LightMode = '''
 
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 () {