rmayormartins commited on
Commit
71a4113
·
1 Parent(s): fc33e53

Subindo arquivos13

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ iface = gr.Interface(
263
  outputs=gr.HTML(),
264
  examples=[["example1.aia"]], # Certifique-se de que o caminho está correto e no formato esperado
265
  title="AIA-Scope",
266
- 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.",
267
  live=False
268
  )
269
 
 
263
  outputs=gr.HTML(),
264
  examples=[["example1.aia"]], # Certifique-se de que o caminho está correto e no formato esperado
265
  title="AIA-Scope",
266
+ 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. ",
267
  live=False
268
  )
269