Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,13 +122,14 @@ readme_html = """
|
|
122 |
|
123 |
with gr.Blocks() as demo:
|
124 |
gr.Markdown(
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
Powered by
|
|
|
|
|
|
|
129 |
|
130 |
-
"""
|
131 |
-
)
|
132 |
|
133 |
# Define the input components and add them to the layout
|
134 |
with gr.Row():
|
|
|
122 |
|
123 |
with gr.Blocks() as demo:
|
124 |
gr.Markdown(
|
125 |
+
"""
|
126 |
+
<div style="text-align: center;">
|
127 |
+
<h1>Brain Tumor Segmentation Demo</h1>
|
128 |
+
Powered by <a href="https://Tuba.ai">Tuba</a>
|
129 |
+
</div>
|
130 |
+
"""
|
131 |
+
)
|
132 |
|
|
|
|
|
133 |
|
134 |
# Define the input components and add them to the layout
|
135 |
with gr.Row():
|