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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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@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.")
 
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.")