prithivMLmods commited on
Commit
a054f8c
·
verified ·
1 Parent(s): 9a3ced2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -197,6 +197,7 @@ demo = gr.ChatInterface(
197
  type="messages",
198
  description=DESCRIPTION,
199
  css=css,
 
200
  fill_height=True,
201
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
202
  stop_btn="Stop Generation",
 
197
  type="messages",
198
  description=DESCRIPTION,
199
  css=css,
200
+ theme="dark",
201
  fill_height=True,
202
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
203
  stop_btn="Stop Generation",