hiteshwar21 commited on
Commit
69b2f46
Β·
verified Β·
1 Parent(s): 5a14078

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Expert Assistant</h1>
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 MANIT Bhopal assistant. Ask me anything!"
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():