Spaces:
Sleeping
Sleeping
Modified Interface
Browse files
app.py
CHANGED
@@ -105,7 +105,8 @@ iface = gr.ChatInterface(
|
|
105 |
chatbot= gr.Chatbot(height=400),
|
106 |
title="NoQs Chatbot",
|
107 |
examples=[
|
108 |
-
["Hello, What are the Internship oportunities at NoQs"],
|
|
|
109 |
["How do I contact you?"],
|
110 |
["Can I schedule a meet with Mr. Adit?"],
|
111 |
["Can you provide me the Internship Repository and other important links"],
|
|
|
105 |
chatbot= gr.Chatbot(height=400),
|
106 |
title="NoQs Chatbot",
|
107 |
examples=[
|
108 |
+
["Hello, What are the Internship oportunities at NoQs?"],
|
109 |
+
["Why should I work at NoQs"],
|
110 |
["How do I contact you?"],
|
111 |
["Can I schedule a meet with Mr. Adit?"],
|
112 |
["Can you provide me the Internship Repository and other important links"],
|