RadRuss commited on
Commit
b276cf6
·
verified ·
1 Parent(s): aef0a57

Upload app.py

Browse files

minor changes to text

Files changed (1) hide show
  1. app.py +3 -3
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;'>Company Research Assistant</h2>
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 services to help fullfil your true transformation",
82
- label="Please enter your Role, Industry and Problem"
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):