Update app.py
Browse files
app.py
CHANGED
|
@@ -741,10 +741,16 @@ footer {
|
|
| 741 |
display: none !important;
|
| 742 |
}
|
| 743 |
""") as demo:
|
| 744 |
-
|
| 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="请输入你的回答...")
|