ecarr-bend commited on
Commit
b35101b
·
1 Parent(s): 03d5670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -110,8 +110,9 @@ kellogg_agent = gr.ChatInterface(
110
  description="Please provide your questions about courses offered by Kellogg.",
111
  additional_inputs=[model_type],
112
  additional_inputs_accordion_name="AI Assistant Options:",
113
- examples=[["Can you tell me about a marketing major? What would I want from my career if I went that way instead of say strategy?"],
114
- ["I'm interested in strategy. Can you give me a recommendation of courses I should consider over the next year?"],
 
115
  ["I'm wanting to know more about advertising. Can you recommend some courses on that subject?"],
116
  ["How many credits do I need to graduate?"],
117
  ["I loved the Competitive Strategy and industrial structure class. Can you tell me others like that one?"]],
 
110
  description="Please provide your questions about courses offered by Kellogg.",
111
  additional_inputs=[model_type],
112
  additional_inputs_accordion_name="AI Assistant Options:",
113
+ examples=[["Can you tell me about a marketing major?"],
114
+ ["What would I want from my career if I went towards marketing instead of strategy?"],
115
+ ["I'm interested in strategy. Can you give me a recommendation of courses I should consider over the next year?"],
116
  ["I'm wanting to know more about advertising. Can you recommend some courses on that subject?"],
117
  ["How many credits do I need to graduate?"],
118
  ["I loved the Competitive Strategy and industrial structure class. Can you tell me others like that one?"]],