Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,6 @@ theme = gr.themes.Base().set(
|
|
133 |
block_border_color='#FAB9CB', # Block border color
|
134 |
button_primary_background_fill='#FAB9CB', # Primary button background color
|
135 |
button_primary_background_fill_dark='#FAB9CB', # Dark primary button background color
|
136 |
-
gr.Font("slkscr.ttf")
|
137 |
)
|
138 |
|
139 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
133 |
block_border_color='#FAB9CB', # Block border color
|
134 |
button_primary_background_fill='#FAB9CB', # Primary button background color
|
135 |
button_primary_background_fill_dark='#FAB9CB', # Dark primary button background color
|
|
|
136 |
)
|
137 |
|
138 |
# Setup the Gradio Blocks interface with custom layout components
|