sultan-hassan commited on
Commit
983182b
·
verified ·
1 Parent(s): 7423aa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ demo = gr.ChatInterface(fn=rag_memory_stream,
89
  description=description,
90
  fill_height=True,
91
  examples=examples,
92
- theme="ocean",
93
  )
94
 
95
 
 
89
  description=description,
90
  fill_height=True,
91
  examples=examples,
92
+ theme="glass",
93
  )
94
 
95