jblocher commited on
Commit
a732dd8
·
1 Parent(s): a836ef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def CustomChatGPT(message, history):
68
  gradio.ChatInterface(fn=CustomChatGPT,
69
  theme = 'gradio/soft',
70
  title = "Advanced Corp Val AI Coach",
71
- additional_inputs=[gr.Button("TXT").click(save_as_txt, chatbot, None)],
72
  description = des).queue().launch()
73
 
74
 
 
68
  gradio.ChatInterface(fn=CustomChatGPT,
69
  theme = 'gradio/soft',
70
  title = "Advanced Corp Val AI Coach",
71
+ additional_inputs=[gradio.Button("TXT").click(save_as_txt, chatbot, None)],
72
  description = des).queue().launch()
73
 
74