Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -346,6 +346,7 @@ def get_dropdown_choices():
|
|
| 346 |
|
| 347 |
with gr.Blocks(
|
| 348 |
title="Hotel Booking Cancellation Prediction",
|
|
|
|
| 349 |
css=open("style.css").read()
|
| 350 |
) as demo:
|
| 351 |
gr.Markdown(
|
|
|
|
| 346 |
|
| 347 |
with gr.Blocks(
|
| 348 |
title="Hotel Booking Cancellation Prediction",
|
| 349 |
+
theme=gr.themes.Soft(primary_hue="blue"),
|
| 350 |
css=open("style.css").read()
|
| 351 |
) as demo:
|
| 352 |
gr.Markdown(
|