zhen-dong-nexusflow commited on
Commit
97ba924
·
1 Parent(s): e6fb96b

modify app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -283,7 +283,7 @@ custom_css = """
283
  </style>
284
  """
285
 
286
- with gr.Blocks(theme="huggingface_dark") as demo: # Set the theme here
287
  gr.HTML(
288
  """<img width="50" height="50" style="float:left; margin: 0px;" src="/file=logo.png">
289
  <h1 style="overflow: hidden; padding-top: 17px; margin: 0px;">Nexusflow</h1>
 
283
  </style>
284
  """
285
 
286
+ with gr.Blocks(theme="dark") as demo: # Set the theme here
287
  gr.HTML(
288
  """<img width="50" height="50" style="float:left; margin: 0px;" src="/file=logo.png">
289
  <h1 style="overflow: hidden; padding-top: 17px; margin: 0px;">Nexusflow</h1>