coadyo commited on
Commit
c57ee82
β€’
1 Parent(s): 85c9073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,10 +34,10 @@ def main_func(Admission_Grade, Second_Sem_Grades, Previous_Qualification_Grade,
34
 
35
  # Create the UI
36
  title = "**Student Graduation Predictor & Interpreter** πŸͺ"
37
- description1 = """This app takes info from subjects and predicts their graduation likelihood."""
38
 
39
  description2 = """
40
- To use the app, click on one of the examples, or adjust the values of the factors, and click on Analyze. 🀞
41
  """
42
 
43
  with gr.Blocks(title=title) as demo:
 
34
 
35
  # Create the UI
36
  title = "**Student Graduation Predictor & Interpreter** πŸͺ"
37
+ description1 = """This app takes information from subjects and predicts their graduation likelihood."""
38
 
39
  description2 = """
40
+ To use the app, click on one of the examples or adjust the values of the factors, then click Analyze.
41
  """
42
 
43
  with gr.Blocks(title=title) as demo: