Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -325,7 +325,7 @@ custom_css = """
|
|
| 325 |
color: #6d4fa7;
|
| 326 |
margin-bottom: 2em;
|
| 327 |
}
|
| 328 |
-
.gradio-container { min-height:
|
| 329 |
.gr-box, .gr-input, .gr-button, .gr-markdown, .gr-textbox, .gr-column, .gr-row {
|
| 330 |
border-radius: 18px !important;
|
| 331 |
}
|
|
@@ -351,7 +351,7 @@ custom_css = """
|
|
| 351 |
}
|
| 352 |
"""
|
| 353 |
|
| 354 |
-
with gr.Blocks(title="iboothme Event Ideation App") as demo:
|
| 355 |
gr.Markdown(
|
| 356 |
"<div id='iboothme-heading'>🎉 <b>iboothme Event Idea Generator</b></div>"
|
| 357 |
"<div id='desc-subheading'>Describe your event goal and receive interactive, tech‑powered ideas!</div>"
|
|
|
|
| 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 |
}
|
|
|
|
| 351 |
}
|
| 352 |
"""
|
| 353 |
|
| 354 |
+
with gr.Blocks(heme=custom_theme, css=custom_css,title="iboothme Event Ideation App") as demo:
|
| 355 |
gr.Markdown(
|
| 356 |
"<div id='iboothme-heading'>🎉 <b>iboothme Event Idea Generator</b></div>"
|
| 357 |
"<div id='desc-subheading'>Describe your event goal and receive interactive, tech‑powered ideas!</div>"
|