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

Update app.py

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