Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -446,8 +446,7 @@ def process_rsm_input(tarot_card, astrology_sign, saju_element):
|
|
| 446 |
def create_interface():
|
| 447 |
with gr.Blocks(
|
| 448 |
title="RSM Simulator - Resonant Structures of Meaning",
|
| 449 |
-
theme=gr.themes.Default()
|
| 450 |
-
css="style.css"
|
| 451 |
) as iface:
|
| 452 |
|
| 453 |
gr.HTML("""
|
|
|
|
| 446 |
def create_interface():
|
| 447 |
with gr.Blocks(
|
| 448 |
title="RSM Simulator - Resonant Structures of Meaning",
|
| 449 |
+
theme=gr.themes.Default()
|
|
|
|
| 450 |
) as iface:
|
| 451 |
|
| 452 |
gr.HTML("""
|