Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ interface = gr.Interface(
|
|
29 |
fn=faq_chatbot, # The function to handle user input
|
30 |
inputs=gr.Textbox(lines=2, placeholder="Ask me about studying tips or resources..."), # Input text box
|
31 |
outputs="text", # Output as text
|
32 |
-
title="
|
33 |
description="Ask me for study tips, time management advice, or about resources to help with your studies!"
|
34 |
)
|
35 |
|
|
|
29 |
fn=faq_chatbot, # The function to handle user input
|
30 |
inputs=gr.Textbox(lines=2, placeholder="Ask me about studying tips or resources..."), # Input text box
|
31 |
outputs="text", # Output as text
|
32 |
+
title="Student FAQ Chatbot",
|
33 |
description="Ask me for study tips, time management advice, or about resources to help with your studies!"
|
34 |
)
|
35 |
|