Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,10 +84,10 @@ def sayi_tahmin(*adimlar):
|
|
| 84 |
btn_clikced=False
|
| 85 |
def reset():
|
| 86 |
with gr.Blocks() as app:
|
| 87 |
-
gr.Markdown(
|
| 88 |
-
"<center><strong style='font-size: 30px;'>Merhaba sayi tahmin oyununa HOŞ GELDİNİZ!</strong></center>")
|
| 89 |
gr.Markdown("<center><strong style='font-size: 20px;'>1-63 arasında bir sayi tutunuz!</strong></center>")
|
| 90 |
|
|
|
|
| 91 |
checkboxes = []
|
| 92 |
|
| 93 |
# Her bir adım için soruyu gösteren Checkbox ve tabloyu ekliyoruz
|
|
|
|
| 84 |
btn_clikced=False
|
| 85 |
def reset():
|
| 86 |
with gr.Blocks() as app:
|
| 87 |
+
gr.Markdown("<center><strong style='font-size: 30px;'>Merhaba sayi tahmin oyununa HOŞ GELDİNİZ!</strong></center>")
|
|
|
|
| 88 |
gr.Markdown("<center><strong style='font-size: 20px;'>1-63 arasında bir sayi tutunuz!</strong></center>")
|
| 89 |
|
| 90 |
+
|
| 91 |
checkboxes = []
|
| 92 |
|
| 93 |
# Her bir adım için soruyu gösteren Checkbox ve tabloyu ekliyoruz
|