jeremierostan commited on
Commit
10842fc
·
verified ·
1 Parent(s): f6ea536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -93,7 +93,8 @@ 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
 
97
  # Launch the Gradio app
98
  iface.launch(debug=True)
99
+
100
+ gr.Markdown(brd_g)