url fix
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
|
|
69 |
|
70 |
def get_first_message(history):
|
71 |
history = [(None,
|
72 |
-
'Learn about <a href="https://www.coursera.org/learn/3d-printing-revolution/
|
73 |
return history
|
74 |
|
75 |
|
|
|
69 |
|
70 |
def get_first_message(history):
|
71 |
history = [(None,
|
72 |
+
'Learn about <a href="https://www.coursera.org/learn/3d-printing-revolution/">3D printing Revolution</a> course with referred sources.')]
|
73 |
return history
|
74 |
|
75 |
|