Update app.py
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ def update_neurons(activation, seed):
|
|
84 |
|
85 |
# Gradio Interface
|
86 |
with gr.Blocks() as demo:
|
87 |
-
gr.Markdown("# **Au@
|
88 |
-
gr.Markdown("# **A Neural Network-Powered Point
|
89 |
gr.Markdown("### **Cholestrol Concentration Prediction Models (CCPM) - Linear and ANN Models**")
|
90 |
gr.Markdown("**Licence: Creative Commons Attribution Non Commercial Share Alike 4.0 cc-by-nc-sa-4.0**")
|
91 |
gr.Markdown("Dynamically select models and predict cholesterol concentration. For more information on dataset preparation and the associated experiment, kindly refer to and cite the journal article.")
|
|
|
84 |
|
85 |
# Gradio Interface
|
86 |
with gr.Blocks() as demo:
|
87 |
+
gr.Markdown("# **Au@CeO$_2$ Nanozyme-Based Smart Colourimetric Sensor for Cholesterol:**")
|
88 |
+
gr.Markdown("# **A Neural Network-Powered Point-of-Care Solution Model**")
|
89 |
gr.Markdown("### **Cholestrol Concentration Prediction Models (CCPM) - Linear and ANN Models**")
|
90 |
gr.Markdown("**Licence: Creative Commons Attribution Non Commercial Share Alike 4.0 cc-by-nc-sa-4.0**")
|
91 |
gr.Markdown("Dynamically select models and predict cholesterol concentration. For more information on dataset preparation and the associated experiment, kindly refer to and cite the journal article.")
|