sdf
Browse files
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.
|
| 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
|
| 140 |
theme=gr.themes.Soft(),
|
| 141 |
examples=[
|
| 142 |
-
["What
|
| 143 |
-
["Tell me about
|
| 144 |
-
["What
|
| 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 |
|