jeremierostan commited on
Commit
2dbbe15
·
verified ·
1 Parent(s): 99df18c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,9 +90,9 @@ iface = gr.Interface(
90
  fn=gradio_interface,
91
  inputs="text",
92
  outputs=gr.Markdown(),
 
93
  title="📅 Summative Assessment Tracker",
94
  description="I am here to help you schedule summative assessments for your students",
95
- gr.Markdown(brd_g)
96
  )
97
 
98
  # Launch the Gradio app
 
90
  fn=gradio_interface,
91
  inputs="text",
92
  outputs=gr.Markdown(),
93
+ gr.Markdown(brd_g),
94
  title="📅 Summative Assessment Tracker",
95
  description="I am here to help you schedule summative assessments for your students",
 
96
  )
97
 
98
  # Launch the Gradio app