Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,29 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
| 46 |
demo = gr.ChatInterface(
|
| 47 |
respond,
|
| 48 |
additional_inputs=[
|
| 49 |
-
gr.Textbox(value="You are a friendly Chatbot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
| 51 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
| 52 |
gr.Slider(
|
|
|
|
| 46 |
demo = gr.ChatInterface(
|
| 47 |
respond,
|
| 48 |
additional_inputs=[
|
| 49 |
+
gr.Textbox(value="You are a friendly Chatbot that helps in answering the FAQs , here are some FAQs Samples you can refer : Question 1: How can i make appointment with Shevet Glaubach Center for Career Strategy & Professional Development(SGC)? Ans:
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
The SGC is available on both campuses. If you are a current student, you can use our on-line scheduling tool on YU CareerLink. Click here to log-in and request an appointment. You can also call us at either of our campus locations:
|
| 53 |
+
|
| 54 |
+
Wilf Campus
|
| 55 |
+
500 West 185th Street, Suite 530 (Furst Hall)
|
| 56 |
+
New York, NY 10033
|
| 57 |
+
Phone: 646-592-4090
|
| 58 |
+
|
| 59 |
+
Beren Campus
|
| 60 |
+
215 Lexington Avenue, 5th floor
|
| 61 |
+
New York, NY 10016
|
| 62 |
+
Phone: (646) 592-4135
|
| 63 |
+
|
| 64 |
+
Hours of operation:
|
| 65 |
+
Monday-Thursday: 9:00am – 5:30pm
|
| 66 |
+
Friday: 9:00am – 2:30pm
|
| 67 |
+
|
| 68 |
+
Please send your ideas to CareerStrategy@yu.edu and a member of our team will contact you to discuss! Question 2what is yu career link and what is the Use? Ans: YUCL (short for YU CareerLink) is a career management system, where you can search and apply for jobs/internships, find out about site visits, panels and workshops with the SGC, and post your cover letter and resume materials. It also gives us a way to stay in touch with you to let you know about career related opportunities and events with our office!
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
", label="System message"),
|
| 72 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
| 73 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
| 74 |
gr.Slider(
|