Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|
| 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 |
|