Update app.py
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ def get_consult_hint():
|
|
| 159 |
return get_hint(game_state["current_question"], game_state["answers"])
|
| 160 |
|
| 161 |
# Colorful and polished UI
|
| 162 |
-
with gr.Blocks(css="body {background-color: #
|
| 163 |
gr.Markdown("## 🧠 Kasoti: 20 Questions AI Game")
|
| 164 |
gr.Markdown("Think of a person, place, or thing. I'll try to guess it in 20 questions or less!")
|
| 165 |
|
|
|
|
| 159 |
return get_hint(game_state["current_question"], game_state["answers"])
|
| 160 |
|
| 161 |
# Colorful and polished UI
|
| 162 |
+
with gr.Blocks(css="body {background-color: #B100CD;}") as demo:
|
| 163 |
gr.Markdown("## 🧠 Kasoti: 20 Questions AI Game")
|
| 164 |
gr.Markdown("Think of a person, place, or thing. I'll try to guess it in 20 questions or less!")
|
| 165 |
|