rohan13 commited on
Commit
b2e67d3
Β·
1 Parent(s): 77f8d21

Adding link and text to first message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def bot(history):
43
 
44
  with gr.Blocks() as demo:
45
  index()
46
- chatbot = gr.Chatbot([(None,'Hi I am Coursera Bot for 3D printing Evolution')], elem_id="chatbot").style(height=750)
47
 
48
  with gr.Row():
49
  with gr.Column(scale=0.85):
 
43
 
44
  with gr.Blocks() as demo:
45
  index()
46
+ chatbot = gr.Chatbot([(None,'Learn about <a href="https://www.coursera.org/learn/3d-printing-revolution/home">3D printing Revolution</a> course with referred sources. Try out the new voice to voice Q&A on the course! ')], elem_id="chatbot").style(height=750)
47
 
48
  with gr.Row():
49
  with gr.Column(scale=0.85):