hsienchen commited on
Commit
65f8bb5
1 Parent(s): ff34279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -138,10 +138,11 @@ with gr.Blocks() as app1:
138
 
139
  """)
140
 
141
- gr.Markdown("""
142
- # try with the mockup email below#
143
- ![Alt text](missionemail.png)
144
- """)
 
145
 
146
  with gr.Blocks() as app2:
147
  with gr.Column():
 
138
 
139
  """)
140
 
141
+ examples=[
142
+ os.path.join(os.path.dirname(__file__), "images/missionemail.png"),
143
+ ],
144
+
145
+
146
 
147
  with gr.Blocks() as app2:
148
  with gr.Column():