Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ with gr.Blocks() as demo:
|
|
| 166 |
for item in questions_data:
|
| 167 |
c = c + 1
|
| 168 |
question_text = item.get("question")
|
| 169 |
-
gr.Markdown(f"
|
| 170 |
|
| 171 |
gr.LoginButton()
|
| 172 |
|
|
|
|
| 166 |
for item in questions_data:
|
| 167 |
c = c + 1
|
| 168 |
question_text = item.get("question")
|
| 169 |
+
gr.Markdown(f"{c}: {question_text}")
|
| 170 |
|
| 171 |
gr.LoginButton()
|
| 172 |
|