Spaces:
Sleeping
Sleeping
removing excess code
Browse files
app.py
CHANGED
|
@@ -89,9 +89,6 @@ def respond(message, history):
|
|
| 89 |
citation = "\n\n* Sources: " + ", ".join(usedSections) + "*"
|
| 90 |
yield response + citation
|
| 91 |
|
| 92 |
-
chatbot = gr.ChatInterface(respond, title = "Student Formula Bot 🔬",
|
| 93 |
-
description = 'Welcome to the core component of \"The Student Formula\": the RAG chatbot! With the ability to act as a finance tutor, accountability buddy, and goal-setting partner all in one, it\'s designed to best suit your needs on the way to productivity and success. To get started, ask about the basic principles of creating a budget!')
|
| 94 |
-
|
| 95 |
custom_css = """
|
| 96 |
body {
|
| 97 |
background-color: #52528C !important;
|
|
|
|
| 89 |
citation = "\n\n* Sources: " + ", ".join(usedSections) + "*"
|
| 90 |
yield response + citation
|
| 91 |
|
|
|
|
|
|
|
|
|
|
| 92 |
custom_css = """
|
| 93 |
body {
|
| 94 |
background-color: #52528C !important;
|