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