CaxtonEmeraldS commited on
Commit
e10acfb
·
verified ·
1 Parent(s): 8b7b2c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def update_neurons(activation, seed):
86
  with gr.Blocks() as demo:
87
  gr.Markdown("# **Au@CeO2 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.")
92
 
 
86
  with gr.Blocks() as demo:
87
  gr.Markdown("# **Au@CeO2 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.")
92