jeremierostan commited on
Commit
b1ed5d8
·
verified ·
1 Parent(s): b53d878

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import pandas as pd
4
  import gradio as gr
5
  import openai
6
  import time
 
7
  from typing import List, Dict
8
  from langchain.document_loaders import AirtableLoader
9
 
@@ -91,6 +92,7 @@ iface = gr.Interface(
91
  outputs=gr.Markdown(),
92
  title="📅 Summative Assessment Tracker",
93
  description="I am here to help you schedule summative assessments for your students"
 
94
  )
95
 
96
  # Launch the Gradio app
 
4
  import gradio as gr
5
  import openai
6
  import time
7
+ from cpr import brd_g
8
  from typing import List, Dict
9
  from langchain.document_loaders import AirtableLoader
10
 
 
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