jblocher commited on
Commit
f683932
·
1 Parent(s): 716ebde

changed web app title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def CustomChatGPT(message, history):
60
 
61
  gradio.ChatInterface(fn=CustomChatGPT,
62
  theme = 'gradio/soft',
63
- title = "Blocher Family Middle School AI Tutor",
64
  description = des).queue().launch()
65
 
66
 
 
60
 
61
  gradio.ChatInterface(fn=CustomChatGPT,
62
  theme = 'gradio/soft',
63
+ title = "Advanced Corp Val AI Coach",
64
  description = des).queue().launch()
65
 
66