LogicDataSolutions commited on
Commit
a66ad50
·
verified ·
1 Parent(s): 6fd63c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -107,8 +107,6 @@ with gr.Blocks(
107
  title="CPA Chatbot POC",
108
  description="You can use this chatbot to answer questions related to Crown Pointe Academy policies.",
109
  examples=["Summarize the school's uniform policy", "Can a student wear earrings?"],
110
- retry_btn=None,
111
- undo_btn=None,
112
  )
113
 
114
  # Mount Gradio app to FastAPI at root path
 
107
  title="CPA Chatbot POC",
108
  description="You can use this chatbot to answer questions related to Crown Pointe Academy policies.",
109
  examples=["Summarize the school's uniform policy", "Can a student wear earrings?"],
 
 
110
  )
111
 
112
  # Mount Gradio app to FastAPI at root path