Spaces:
Running
Running
Commit
·
741ddef
1
Parent(s):
ac00fba
Update the layout themes
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ def process_and_generate(image_input, image_path_from_state, sidebar_prompt, hea
|
|
244 |
return layout_preview, final_preview, final_code, layout_code, final_code, gr.update(value=package_url, visible=True)
|
245 |
|
246 |
|
247 |
-
with gr.Blocks(theme=gr.
|
248 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
249 |
|
250 |
* {
|
|
|
244 |
return layout_preview, final_preview, final_code, layout_code, final_code, gr.update(value=package_url, visible=True)
|
245 |
|
246 |
|
247 |
+
with gr.Blocks(theme=gr.themes.soft(), css="""
|
248 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
249 |
|
250 |
* {
|