rmayormartins commited on
Commit
d47373a
1 Parent(s): 9980355

Subindo arquivos

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. apptest.aia +0 -0
app.py CHANGED
@@ -292,7 +292,8 @@ iface = gr.Interface(
292
  inputs=gr.Files(label="Upload .aia Files"),
293
  outputs=gr.HTML(),
294
  title="AIA-Scope",
295
- description="Upload .aia (or multiples .aia) files to analyze/dissect their components.",
 
296
  live=False
297
  )
298
 
 
292
  inputs=gr.Files(label="Upload .aia Files"),
293
  outputs=gr.HTML(),
294
  title="AIA-Scope",
295
+ 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.",
296
+ examples=[["apptest.aia"]],
297
  live=False
298
  )
299
 
apptest.aia ADDED
Binary file (6.72 kB). View file