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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -84,7 +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: A Neural Network-Powered Point of care Solution-model**")
 
88
  gr.Markdown("## **Cholestrol Concentration Prediction Models (CCPM) - Linear and ANN Models**")
89
  gr.Markdown("**Licence: Creative Commons Attribution Non Commercial Share Alike 4.0 cc-by-nc-sa-4.0**")
90
  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@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.")