EstebanDC commited on
Commit
025c1e3
1 Parent(s): 662c051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ app = gr.Interface(
57
  ],
58
  outputs=[gr.Text(label="UCS (MPa)")],
59
  title=title,
60
- article=article,
61
  )
62
 
63
  app.launch()
 
57
  ],
58
  outputs=[gr.Text(label="UCS (MPa)")],
59
  title=title,
60
+ description=description,
61
  )
62
 
63
  app.launch()