Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,20 +115,7 @@ readme_html = """
|
|
115 |
</html>
|
116 |
"""
|
117 |
|
118 |
-
|
119 |
-
<html>
|
120 |
-
<head>
|
121 |
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
|
122 |
-
</head>
|
123 |
-
<body>
|
124 |
-
<div class="container text-center">
|
125 |
-
<h1>Tuba Brain Tumor Demo</h1>
|
126 |
-
<p><a href="https://Tuba.ai">Tuba</a></p>
|
127 |
-
<p>Powered by <a href="https://Tuba.ai">Tuba</a></p>
|
128 |
-
</div>
|
129 |
-
</body>
|
130 |
-
</html>
|
131 |
-
"""
|
132 |
|
133 |
|
134 |
gr.Markdown(
|
|
|
115 |
</html>
|
116 |
"""
|
117 |
|
118 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
|
120 |
|
121 |
gr.Markdown(
|