Aswini96 commited on
Commit
aced39b
·
verified ·
1 Parent(s): f410240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as app:
98
  current_level = gr.State(value=0) # Track the current level
99
 
100
  with gr.Row():
101
- gr.Markdown(f"### {current_level+1}")
102
 
103
  with gr.Row():
104
  submit_button = gr.Button("Submit")
 
98
  current_level = gr.State(value=0) # Track the current level
99
 
100
  with gr.Row():
101
+ gr.Markdown(f"### {int(current_level.value)+1}")
102
 
103
  with gr.Row():
104
  submit_button = gr.Button("Submit")