Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,9 @@ with gr.Blocks() as demo:
|
|
136 |
hint1 += "X"
|
137 |
bot_message = f"***{message}***!? π§ λ€μ νλ² μκ°ν΄λ³΄μΈμ.\nννΈ: {hint1}"
|
138 |
info[user]['score'] -= 0.1
|
139 |
-
|
|
|
|
|
140 |
if quiz_count == info[user]['count']:
|
141 |
bot_message = f"λͺ¨λ ν΄μ¦λ₯Ό λ€ νμμ΅λλ€. μ μλ {info[user]['score']:3.1f}μ μ
λλ€."
|
142 |
info[user]['done'] = True
|
|
|
136 |
hint1 += "X"
|
137 |
bot_message = f"***{message}***!? π§ λ€μ νλ² μκ°ν΄λ³΄μΈμ.\nννΈ: {hint1}"
|
138 |
info[user]['score'] -= 0.1
|
139 |
+
|
140 |
+
bot_message += f"\nνμ¬ μ΄ {quiz_count}κ° μ€ {info[user]['count']}λ²μ§Έ μ§ν μ€μ
λλ€."
|
141 |
+
|
142 |
if quiz_count == info[user]['count']:
|
143 |
bot_message = f"λͺ¨λ ν΄μ¦λ₯Ό λ€ νμμ΅λλ€. μ μλ {info[user]['score']:3.1f}μ μ
λλ€."
|
144 |
info[user]['done'] = True
|