Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"),
|