Aranwer commited on
Commit
1b08205
·
verified ·
1 Parent(s): 44fba66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: #000000;}") 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
 
 
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