Spaces:
Sleeping
Sleeping
Yoon-gu Hwang
commited on
Commit
ยท
cd601c3
1
Parent(s):
9a18b35
typo
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
|
|
148 |
bot_message = f"***{message}***!? ๐ง ๋ค์ ํ๋ฒ ์๊ฐํด๋ณด์ธ์.\nํํธ: {hint1}"
|
149 |
info[user]['score'] -= 0.1
|
150 |
|
151 |
-
bot_message += f"\n\n์ด {quiz_count}๊ฐ ๋ฌธ์ ์ค {info[user]['count']}๋ฒ์งธ ๋ฌธ์ ์งํ ์ค์
๋๋ค."
|
152 |
|
153 |
if quiz_count == info[user]['count']:
|
154 |
bot_message = f"๋ชจ๋ ํด์ฆ๋ฅผ ๋ค ํ์์ต๋๋ค. ์ ์๋ {info[user]['score']:3.1f}์ ์
๋๋ค."
|
|
|
148 |
bot_message = f"***{message}***!? ๐ง ๋ค์ ํ๋ฒ ์๊ฐํด๋ณด์ธ์.\nํํธ: {hint1}"
|
149 |
info[user]['score'] -= 0.1
|
150 |
|
151 |
+
bot_message += f"\n\n์ด {quiz_count}๊ฐ ๋ฌธ์ ์ค {info[user]['count']+1}๋ฒ์งธ ๋ฌธ์ ์งํ ์ค์
๋๋ค."
|
152 |
|
153 |
if quiz_count == info[user]['count']:
|
154 |
bot_message = f"๋ชจ๋ ํด์ฆ๋ฅผ ๋ค ํ์์ต๋๋ค. ์ ์๋ {info[user]['score']:3.1f}์ ์
๋๋ค."
|