Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -189,7 +189,7 @@ def create_interface():
|
|
| 189 |
|
| 190 |
gr.HTML(f"""
|
| 191 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 192 |
-
<h1>π MANIT Bhopal
|
| 193 |
<p>Ask questions about programs, admissions, faculty, facilities, research, and more.</p>
|
| 194 |
</div>
|
| 195 |
""")
|
|
@@ -199,7 +199,7 @@ def create_interface():
|
|
| 199 |
show_label=False,
|
| 200 |
avatar_images=[None, "π"],
|
| 201 |
show_copy_button=True,
|
| 202 |
-
placeholder="Hi! I'm your
|
| 203 |
)
|
| 204 |
|
| 205 |
with gr.Row():
|
|
|
|
| 189 |
|
| 190 |
gr.HTML(f"""
|
| 191 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 192 |
+
<h1>π MANIT Bhopal Assistant</h1>
|
| 193 |
<p>Ask questions about programs, admissions, faculty, facilities, research, and more.</p>
|
| 194 |
</div>
|
| 195 |
""")
|
|
|
|
| 199 |
show_label=False,
|
| 200 |
avatar_images=[None, "π"],
|
| 201 |
show_copy_button=True,
|
| 202 |
+
placeholder="Hi! I'm your assistant."
|
| 203 |
)
|
| 204 |
|
| 205 |
with gr.Row():
|