sayedM commited on
Commit
ea8b973
·
1 Parent(s): 2b95f09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -122,13 +122,14 @@ readme_html = """
122
 
123
  with gr.Blocks() as demo:
124
  gr.Markdown(
125
- """
126
- # Brain Tumor Segmentation Demo
127
-
128
- Powered by [Tuba](https://Tuba.ai),
 
 
 
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():