HelenaXH commited on
Commit
06ce646
·
verified ·
1 Parent(s): fee72f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -4
app.py CHANGED
@@ -741,10 +741,16 @@ footer {
741
  display: none !important;
742
  }
743
  """) as demo:
744
- gr.Markdown("""
745
- # 🎓 职业规划助手
746
- 如果你有明确职业目标 => 回答“是”,否则 => 回答“否”
747
- """)
 
 
 
 
 
 
748
 
749
  chatbot = gr.Chatbot(height=500, show_label=False, show_copy_button=True, type="messages")
750
  msg = gr.Textbox(placeholder="请输入你的回答...")
 
741
  display: none !important;
742
  }
743
  """) as demo:
744
+ with gr.Row():
745
+ gr.HTML("""
746
+ <div style='display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 10px;'>
747
+ <img src='https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExMmFucGwxbmNsd3J5NXV0Y282NXNtMzNsZW5jMm4wNWh6c2dqbXIwdiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/l41m18LjqpzxUr2WA/giphy.gif' width='200' style='border-radius: 12px; box-shadow: 0 0 10px #3b82f6;'>
748
+ <div style='text-align: left;'>
749
+ <h1 style='color:Black; font-size: 36px; margin-bottom: 6px;'>🎓 AI Career Exploration Assistant</h1>
750
+ <p style='font-size: 18px; font-weight:bold; color:#3b82f6; margin-top: 0;margin-left: 150px'>Hi! Lets Make the Dream Comes True 💙</p>
751
+ </div>
752
+ </div>
753
+ """)
754
 
755
  chatbot = gr.Chatbot(height=500, show_label=False, show_copy_button=True, type="messages")
756
  msg = gr.Textbox(placeholder="请输入你的回答...")