Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -306,7 +306,6 @@ custom_theme = gr.themes.Base(
|
|
| 306 |
input_background_fill="white",
|
| 307 |
input_border_color="#a18cd1"
|
| 308 |
)
|
| 309 |
-
|
| 310 |
custom_css = """
|
| 311 |
#iboothme-heading {
|
| 312 |
font-weight: 900 !important;
|
|
@@ -325,14 +324,14 @@ custom_css = """
|
|
| 325 |
color: #6d4fa7;
|
| 326 |
margin-bottom: 2em;
|
| 327 |
}
|
| 328 |
-
.gradio-container { min-height: 100vh;
|
| 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:
|
| 336 |
}
|
| 337 |
#generate-btn {
|
| 338 |
font-weight: bold;
|
|
@@ -343,13 +342,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 |
#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:
|
|
|
|
| 306 |
input_background_fill="white",
|
| 307 |
input_border_color="#a18cd1"
|
| 308 |
)
|
|
|
|
| 309 |
custom_css = """
|
| 310 |
#iboothme-heading {
|
| 311 |
font-weight: 900 !important;
|
|
|
|
| 324 |
color: #6d4fa7;
|
| 325 |
margin-bottom: 2em;
|
| 326 |
}
|
| 327 |
+
.gradio-container { min-height: 100vh; }
|
| 328 |
.gr-box, .gr-input, .gr-button, .gr-markdown, .gr-textbox, .gr-column, .gr-row {
|
| 329 |
border-radius: 18px !important;
|
| 330 |
}
|
| 331 |
#event-desc-box {
|
| 332 |
border: 2px solid #a18cd1 !important;
|
| 333 |
box-shadow: 0 4px 24px 0 rgba(161,140,209,0.10) !important;
|
| 334 |
+
background: white !important;
|
| 335 |
}
|
| 336 |
#generate-btn {
|
| 337 |
font-weight: bold;
|
|
|
|
| 342 |
box-shadow: 0 2px 8px 0 rgba(161,140,209,0.10) !important;
|
| 343 |
margin-top: 1.5em;
|
| 344 |
}
|
|
|
|
| 345 |
#output-box {
|
| 346 |
border: 2px solid #a18cd1 !important;
|
| 347 |
box-shadow: 0 4px 24px 0 rgba(161,140,209,0.10) !important;
|
| 348 |
background: black !important;
|
| 349 |
color: white !important;
|
| 350 |
}
|
| 351 |
+
|
| 352 |
"""
|
| 353 |
|
| 354 |
with gr.Blocks(theme=custom_theme, css=custom_css, title="iboothme Event Ideation App") as demo:
|