Update app.py
Browse files
app.py
CHANGED
@@ -140,8 +140,9 @@ with gr.Blocks() as app1:
|
|
140 |
|
141 |
gr.Markdown("""
|
142 |
# try with the mockup email below#
|
143 |
-
![email](missionemail.png)
|
144 |
-
|
|
|
145 |
""")
|
146 |
|
147 |
with gr.Blocks() as app2:
|
|
|
140 |
|
141 |
gr.Markdown("""
|
142 |
# try with the mockup email below#
|
143 |
+
![email](./missionemail.png)
|
144 |
+
|
145 |
+
![email](https://huggingface.co/spaces/hsienchen/todo/blob/main/missionemail.png)
|
146 |
""")
|
147 |
|
148 |
with gr.Blocks() as app2:
|