Update app.py
Browse files
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
|
| 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
|
| 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 |
|