TutuAwad commited on
Commit
ab4c624
·
verified ·
1 Parent(s): b401e1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -257,11 +257,11 @@ css = """
257
  .action-btn { height: 50px !important; border-radius: 12px !important; font-weight: bold !important; }
258
  """
259
 
260
- theme = gr.themes.Soft(primary_hue="zinc", neutral_hue="zinc").set(
261
- body_background_fill="#000000", block_background_fill="#121212", block_border_width="0px"
262
- )
263
 
264
- with gr.Blocks(theme=theme, css=css, title="HarmoniFind") as demo:
265
  gr.HTML("""
266
  <div style="text-align:center; padding: 40px 0; color:white;">
267
  <h1 style="font-size: 3rem; font-weight:900; background: -webkit-linear-gradient(45deg, #eee, #999); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">HarmoniFind</h1>
 
257
  .action-btn { height: 50px !important; border-radius: 12px !important; font-weight: bold !important; }
258
  """
259
 
260
+ #theme = gr.themes.Soft(primary_hue="zinc", neutral_hue="zinc").set(
261
+ #body_background_fill="#000000", block_background_fill="#121212", block_border_width="0px"
262
+ #)
263
 
264
+ with gr.Blocks(css=css, title="HarmoniFind") as demo:
265
  gr.HTML("""
266
  <div style="text-align:center; padding: 40px 0; color:white;">
267
  <h1 style="font-size: 3rem; font-weight:900; background: -webkit-linear-gradient(45deg, #eee, #999); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">HarmoniFind</h1>