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

Update app.py

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