Update app.py
Browse files
app.py
CHANGED
@@ -138,10 +138,11 @@ with gr.Blocks() as app1:
|
|
138 |
|
139 |
""")
|
140 |
|
141 |
-
|
142 |
-
|
143 |
-
|
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():
|