Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -332,7 +332,7 @@ custom_css = """
|
|
| 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;
|
|
@@ -360,7 +360,7 @@ with gr.Blocks(theme=custom_theme, css=custom_css, title="iboothme Event Ideatio
|
|
| 360 |
with gr.Row():
|
| 361 |
with gr.Column(scale=2):
|
| 362 |
paragraph = gr.Textbox(
|
| 363 |
-
label="📝 Describe Your Event (e.g. Women’s Day, Product Launch)",
|
| 364 |
lines=4,
|
| 365 |
elem_id="event-desc-box"
|
| 366 |
)
|
|
|
|
| 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: black !important;
|
| 336 |
}
|
| 337 |
#generate-btn {
|
| 338 |
font-weight: bold;
|
|
|
|
| 360 |
with gr.Row():
|
| 361 |
with gr.Column(scale=2):
|
| 362 |
paragraph = gr.Textbox(
|
| 363 |
+
label="📝 Describe Your Event (e.g. Women’s Day Event, Product Launch )",
|
| 364 |
lines=4,
|
| 365 |
elem_id="event-desc-box"
|
| 366 |
)
|