EstebanDC commited on
Commit
86a2385
1 Parent(s): 876561f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -43,8 +43,10 @@ def RCS(JET, Suelo,SPT, WtoC, Presion, Velocidad):
43
 
44
  title = "UCS"
45
  description = "XXXXXXXXXXXXXXXXXXXXXXX."
46
- examples=["This has to be the best Introductory course in machine learning",
47
- "I consider this training an absolute waste of time."]
 
 
48
 
49
  app = gr.Interface(
50
  RCS,
@@ -60,7 +62,7 @@ app = gr.Interface(
60
  outputs=[gr.Text(label="UCS (MPa)")],
61
  title=title,
62
  description=description,
63
- examples=examples,
64
  )
65
 
66
  app.launch()
 
43
 
44
  title = "UCS"
45
  description = "XXXXXXXXXXXXXXXXXXXXXXX."
46
+ article = """
47
+ - Click submit button to test sentiment analysis prediction
48
+ - Click clear button to refresh text
49
+ """
50
 
51
  app = gr.Interface(
52
  RCS,
 
62
  outputs=[gr.Text(label="UCS (MPa)")],
63
  title=title,
64
  description=description,
65
+ article = article,
66
  )
67
 
68
  app.launch()