Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,8 +66,6 @@ def respond(message, history):
|
|
| 66 |
response += token
|
| 67 |
yield response
|
| 68 |
|
| 69 |
-
chatbot = gr.ChatInterface(respond, title = "Student Formula Bot 🔬",
|
| 70 |
-
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!')
|
| 71 |
|
| 72 |
demo = gr.ChatInterface(
|
| 73 |
respond, examples = [
|
|
@@ -80,8 +78,6 @@ demo = gr.ChatInterface(
|
|
| 80 |
with gr.Blocks(theme='hmb/amethyst') as demo:
|
| 81 |
gr.Image(value="ChatGPT Image Jun 11, 2026, 02_05_56 PM.png", show_label=False, elem_id="top-image")
|
| 82 |
|
| 83 |
-
gr.Markdown("## 🔬 Introducing The Student Formula!")
|
| 84 |
-
gr.Markdown("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!")
|
| 85 |
|
| 86 |
)
|
| 87 |
|
|
|
|
| 66 |
response += token
|
| 67 |
yield response
|
| 68 |
|
|
|
|
|
|
|
| 69 |
|
| 70 |
demo = gr.ChatInterface(
|
| 71 |
respond, examples = [
|
|
|
|
| 78 |
with gr.Blocks(theme='hmb/amethyst') as demo:
|
| 79 |
gr.Image(value="ChatGPT Image Jun 11, 2026, 02_05_56 PM.png", show_label=False, elem_id="top-image")
|
| 80 |
|
|
|
|
|
|
|
| 81 |
|
| 82 |
)
|
| 83 |
|