sabonzo commited on
Commit
dc7e56c
·
verified ·
1 Parent(s): 79f9fd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"Task id {c} , question: {question_text}")
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