kimrang commited on
Commit
4eeab21
·
verified ·
1 Parent(s): e8bd7a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks(title="한남대학교 Q&A") as interface:
242
  gr.HTML("""
243
  <div style="text-align: center; padding: 20px; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 10px; margin-bottom: 20px;">
244
  <h1>🏫 한남대학교 규정집 Q&A</h1>
245
- <p>한남대학교 규정집에 대한 질문에 AI가 답변해드립니다.</p>
246
  </div>
247
  """)
248
 
 
242
  gr.HTML("""
243
  <div style="text-align: center; padding: 20px; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 10px; margin-bottom: 20px;">
244
  <h1>🏫 한남대학교 규정집 Q&A</h1>
245
+ <p>한남대학교 규정집에 대한 질문에 답변해드립니다.</p>
246
  </div>
247
  """)
248