man ifdek
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def create_chat_interface():
|
|
77 |
color: #3a9fd6;
|
78 |
}
|
79 |
""") as interface:
|
80 |
-
gr.Markdown("<div class='chat-title'>
|
81 |
|
82 |
with gr.Row():
|
83 |
model_choice = gr.Dropdown(
|
|
|
77 |
color: #3a9fd6;
|
78 |
}
|
79 |
""") as interface:
|
80 |
+
gr.Markdown("<div class='chat-title'>Job Consultant AI</div>")
|
81 |
|
82 |
with gr.Row():
|
83 |
model_choice = gr.Dropdown(
|