Spaces:
Sleeping
Sleeping
vidyasharma17
commited on
Commit
•
fd30eb9
1
Parent(s):
37c29ce
Update app.py
Browse files
app.py
CHANGED
@@ -90,15 +90,10 @@ interface = gr.Interface(
|
|
90 |
fn=chatbot_response,
|
91 |
inputs=gr.Textbox(lines=2, placeholder="Ask your fintech question here..."),
|
92 |
outputs="text",
|
93 |
-
title="
|
94 |
-
description=
|
95 |
-
"A chatbot to handle fintech-related queries using a Naive Bayes model. "
|
96 |
-
"\n\n**License**: This software is licensed under a Proprietary License. "
|
97 |
-
"Copyright (c) 2024 Vidya Sharma. Redistribution or commercial use is prohibited."
|
98 |
-
),
|
99 |
)
|
100 |
|
101 |
-
|
102 |
if __name__ == "__main__":
|
103 |
# Launch the Gradio app
|
104 |
interface.launch()
|
|
|
90 |
fn=chatbot_response,
|
91 |
inputs=gr.Textbox(lines=2, placeholder="Ask your fintech question here..."),
|
92 |
outputs="text",
|
93 |
+
title="FinTech Chatbot",
|
94 |
+
description=description
|
|
|
|
|
|
|
|
|
95 |
)
|
96 |
|
|
|
97 |
if __name__ == "__main__":
|
98 |
# Launch the Gradio app
|
99 |
interface.launch()
|