jeremierostan commited on
Commit
f6ea536
·
verified ·
1 Parent(s): 5d26065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ iface = gr.Interface(
93
  title="📅 Summative Assessment Tracker",
94
  description="I am here to help you schedule summative assessments for your students",
95
  )
96
- gr.Markdown(brd_g)
97
 
98
  # Launch the Gradio app
99
  iface.launch(debug=True)
 
93
  title="📅 Summative Assessment Tracker",
94
  description="I am here to help you schedule summative assessments for your students",
95
  )
96
+ gr.Markdown(brd_g)
97
 
98
  # Launch the Gradio app
99
  iface.launch(debug=True)