Update app.py
Browse files
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
|
38 |
|
39 |
description2 = """
|
40 |
-
To use the app, click on one of the examples
|
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:
|