AlvinSiang commited on
Commit
c7c8a5b
·
verified ·
1 Parent(s): 8130779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ function createGradioAnimation() {
15
  container.style.textAlign = 'center';
16
  container.style.marginBottom = '20px';
17
 
18
- var text = 'A-EYE: An Intelligent Eye Disease Classification';
19
  for (var i = 0; i < text.length; i++) {
20
  (function(i){
21
  setTimeout(function(){
@@ -85,7 +85,7 @@ with gr.Blocks(js=js,theme=gr.themes.Soft(), css=".gradio-container { max-width:
85
  title=(
86
  '''
87
  <style>h1 {text-align: center;}</style>
88
- <h1> A-EYE: An Intelligent Eye Disease Classification </h1>
89
  '''
90
  )
91
 
 
15
  container.style.textAlign = 'center';
16
  container.style.marginBottom = '20px';
17
 
18
+ var text = 'A-EYE: An Intelligent Eye Disease Classifier';
19
  for (var i = 0; i < text.length; i++) {
20
  (function(i){
21
  setTimeout(function(){
 
85
  title=(
86
  '''
87
  <style>h1 {text-align: center;}</style>
88
+ <h1> A-EYE: An Intelligent Eye Disease Classifier </h1>
89
  '''
90
  )
91