Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -329,7 +329,7 @@ custom_css = """
|
|
| 329 |
.gr-box, .gr-input, .gr-button, .gr-markdown, .gr-textbox, .gr-column, .gr-row {
|
| 330 |
border-radius: 18px !important;
|
| 331 |
}
|
| 332 |
-
#event-desc-box
|
| 333 |
border: 2px solid #a18cd1 !important;
|
| 334 |
box-shadow: 0 4px 24px 0 rgba(161,140,209,0.10) !important;
|
| 335 |
background: white !important;
|
|
@@ -343,6 +343,13 @@ custom_css = """
|
|
| 343 |
box-shadow: 0 2px 8px 0 rgba(161,140,209,0.10) !important;
|
| 344 |
margin-top: 1.5em;
|
| 345 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 346 |
"""
|
| 347 |
|
| 348 |
with gr.Blocks(theme=custom_theme, css=custom_css, title="iboothme Event Ideation App") as demo:
|
|
|
|
| 329 |
.gr-box, .gr-input, .gr-button, .gr-markdown, .gr-textbox, .gr-column, .gr-row {
|
| 330 |
border-radius: 18px !important;
|
| 331 |
}
|
| 332 |
+
#event-desc-box {
|
| 333 |
border: 2px solid #a18cd1 !important;
|
| 334 |
box-shadow: 0 4px 24px 0 rgba(161,140,209,0.10) !important;
|
| 335 |
background: white !important;
|
|
|
|
| 343 |
box-shadow: 0 2px 8px 0 rgba(161,140,209,0.10) !important;
|
| 344 |
margin-top: 1.5em;
|
| 345 |
}
|
| 346 |
+
|
| 347 |
+
#output-box {
|
| 348 |
+
border: 2px solid #a18cd1 !important;
|
| 349 |
+
box-shadow: 0 4px 24px 0 rgba(161,140,209,0.10) !important;
|
| 350 |
+
background: black !important;
|
| 351 |
+
color: white !important;
|
| 352 |
+
}
|
| 353 |
"""
|
| 354 |
|
| 355 |
with gr.Blocks(theme=custom_theme, css=custom_css, title="iboothme Event Ideation App") as demo:
|