Spaces:
Sleeping
Sleeping
Commit
·
e53b39f
1
Parent(s):
d6ecfdd
Subindo arquivos717
Browse files
app.py
CHANGED
@@ -245,7 +245,7 @@ iface = gr.Interface(
|
|
245 |
outputs=gr.HTML(),
|
246 |
title="AIA-Scope",
|
247 |
description="Upload .aia (or multiples .aia) files to analyze/dissect their components. An .aia file from MIT App Inventor is a project file format that contains all the necessary information for an App Inventor project.",
|
248 |
-
examples=[["
|
249 |
live=False
|
250 |
)
|
251 |
|
|
|
245 |
outputs=gr.HTML(),
|
246 |
title="AIA-Scope",
|
247 |
description="Upload .aia (or multiples .aia) files to analyze/dissect their components. An .aia file from MIT App Inventor is a project file format that contains all the necessary information for an App Inventor project.",
|
248 |
+
examples=[["example2.aia"]], # ..
|
249 |
live=False
|
250 |
)
|
251 |
|