Jasur05 commited on
Commit
6a26aef
·
1 Parent(s): 6e25b8d
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -128,20 +128,20 @@ demo = gr.Interface(
128
  fn=answer_question,
129
  inputs=gr.Textbox(
130
  label="Ask me anything about Inha University…",
131
- placeholder="e.g. What clubs are available in the 4th semester?",
132
  lines=2
133
  ),
134
  outputs=gr.Markdown(
135
  label="📌 Answer",
136
  show_copy_button=True
137
  ),
138
- title="📚 Inha University Info Assistant",
139
- description="Get answers to your questions about Inha University using AI-powered search.",
140
  theme=gr.themes.Soft(),
141
  examples=[
142
- ["What clubs are available in the 4th semester?"],
143
- ["Tell me about the admission requirements."],
144
- ["What are the campus facilities?"]
145
  ]
146
  )
147
 
 
128
  fn=answer_question,
129
  inputs=gr.Textbox(
130
  label="Ask me anything about Inha University…",
131
+ placeholder="e.g. How many Major Required credits should I take for graduation? ",
132
  lines=2
133
  ),
134
  outputs=gr.Markdown(
135
  label="📌 Answer",
136
  show_copy_button=True
137
  ),
138
+ title="📚 Inha University SGCS Info Assistant",
139
+ description="Get answers to your questions about Inha University SGCS .",
140
  theme=gr.themes.Soft(),
141
  examples=[
142
+ ["What classes should I normally take as 3nd semester ISE student?"],
143
+ ["Tell me about student organizations and activities"],
144
+ ["What percentage scholarship could I recieve with IELTS 7.0"]
145
  ]
146
  )
147