Spaces:
Sleeping
Sleeping
Upload app.py
Browse filesminor changes to text
app.py
CHANGED
|
@@ -70,7 +70,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 70 |
gr.HTML("""
|
| 71 |
<div style='display:flex; align-items:center; gap:15px;'>
|
| 72 |
<img src='https://mocean-digital.com/wp-content/uploads/2024/04/mocean_Logo_full_white_ring-gold.png' style='height:60px;'>
|
| 73 |
-
<h2 style='margin:0;'>
|
| 74 |
</div>
|
| 75 |
""")
|
| 76 |
|
|
@@ -78,8 +78,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 78 |
chatbot = gr.Chatbot(height=450)
|
| 79 |
|
| 80 |
msg = gr.Textbox(
|
| 81 |
-
placeholder="I am here to help you find the right compilation of mocean
|
| 82 |
-
label="Please enter your Role, Industry and
|
| 83 |
)
|
| 84 |
|
| 85 |
def user_send(message, chat_history, cid):
|
|
|
|
| 70 |
gr.HTML("""
|
| 71 |
<div style='display:flex; align-items:center; gap:15px;'>
|
| 72 |
<img src='https://mocean-digital.com/wp-content/uploads/2024/04/mocean_Logo_full_white_ring-gold.png' style='height:60px;'>
|
| 73 |
+
<h2 style='margin:0;'>Mocean Digital Inquiry Assistant</h2>
|
| 74 |
</div>
|
| 75 |
""")
|
| 76 |
|
|
|
|
| 78 |
chatbot = gr.Chatbot(height=450)
|
| 79 |
|
| 80 |
msg = gr.Textbox(
|
| 81 |
+
placeholder="I am here to help you find the right compilation of mocean crews to help fullfil your true digital transformation",
|
| 82 |
+
label="Please enter your Role, Industry and Question"
|
| 83 |
)
|
| 84 |
|
| 85 |
def user_send(message, chat_history, cid):
|