ferferefer commited on
Commit
074b47c
·
verified ·
1 Parent(s): 3033f40

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -2
index.html CHANGED
@@ -35,14 +35,21 @@
35
  left: 0;
36
  width: 100%;
37
  height: 20%; /* Bloquea el 20% superior */
38
- background-color: black; /* Color del bloque, puede ajustarse */
39
  z-index: 1100; /* Asegúrate de que esté sobre el iframe */
 
 
 
 
 
 
 
40
  }
41
  </style>
42
  </head>
43
  <body>
44
  <div id="loading">Please wait Memilih server optimal...</div>
45
- <div id="block-top"></div> <!-- Bloque superior que oculta el iframe -->
46
  <iframe id="streamlit-frame"></iframe>
47
 
48
  <script>
 
35
  left: 0;
36
  width: 100%;
37
  height: 20%; /* Bloquea el 20% superior */
38
+ background-color: white; /* Fondo blanco */
39
  z-index: 1100; /* Asegúrate de que esté sobre el iframe */
40
+ display: flex;
41
+ justify-content: center;
42
+ align-items: center;
43
+ font-family: Arial, sans-serif;
44
+ font-size: 18px;
45
+ font-weight: bold;
46
+ color: black; /* Color del texto */
47
  }
48
  </style>
49
  </head>
50
  <body>
51
  <div id="loading">Please wait Memilih server optimal...</div>
52
+ <div id="block-top">Developed for Medical Research | Credit: Dr. Fernando Ly</div>
53
  <iframe id="streamlit-frame"></iframe>
54
 
55
  <script>