Update app.py
Browse files
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
|