Spaces:
Runtime error
Runtime error
Adding link and text to first message
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def bot(history):
|
|
43 |
|
44 |
with gr.Blocks() as demo:
|
45 |
index()
|
46 |
-
chatbot = gr.Chatbot([(None,'
|
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):
|