Laramie2 commited on
Commit
0644805
·
verified ·
1 Parent(s): 69ebda7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -561,7 +561,7 @@ details > summary { transition: color 0.2s ease; }
561
  details > summary:hover { color: #E9D5FF !important; }
562
  """
563
 
564
- with gr.Blocks(theme=purple_theme, css=custom_css, ssr=False) as demo:
565
  session_id_state = gr.State("")
566
  user_api_key_state = gr.State("")
567
  user_api_base_state = gr.State("")
 
561
  details > summary:hover { color: #E9D5FF !important; }
562
  """
563
 
564
+ with gr.Blocks(theme=purple_theme, css=custom_css) as demo:
565
  session_id_state = gr.State("")
566
  user_api_key_state = gr.State("")
567
  user_api_base_state = gr.State("")