hmb HF Staff commited on
Commit
2a87476
·
verified ·
1 Parent(s): 567c48a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def fn(
84
  demo = gr.Interface(
85
  fn,
86
  css_paths=["windows95.css"],
87
- theme=gr.themes.Default(background_fill_primary="#c0c0c0", background_fill_secondary="#c0c0c0", border_color_primary="#000000", body_background_fill="#137C84")
88
  inputs=[
89
  gr.Textbox(value="Lorem ipsum", label="Textbox"),
90
  gr.Textbox(lines=3, placeholder="Type here..", label="Textbox 2"),
 
84
  demo = gr.Interface(
85
  fn,
86
  css_paths=["windows95.css"],
87
+ theme=gr.themes.Default(background_fill_primary="#c0c0c0", background_fill_secondary="#c0c0c0", border_color_primary="#000000", body_background_fill="#137C84"),
88
  inputs=[
89
  gr.Textbox(value="Lorem ipsum", label="Textbox"),
90
  gr.Textbox(lines=3, placeholder="Type here..", label="Textbox 2"),