sayedM commited on
Commit
e53c65c
·
1 Parent(s): f9f6129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -131,10 +131,19 @@ title_html = """
131
  """
132
 
133
 
 
 
 
 
 
134
 
 
 
135
 
136
  with gr.Blocks() as demo:
137
- gr.Markdown(title_html)
 
 
138
  # Define the input components and add them to the layout
139
  with gr.Row():
140
  image_input = gr.inputs.Image()
 
131
  """
132
 
133
 
134
+ gr.Markdown(
135
+ """
136
+ # Brain Tumor Segmentation Demo
137
+
138
+ Powered by [Tuba](https://Tuba.ai),
139
 
140
+ """
141
+ )
142
 
143
  with gr.Blocks() as demo:
144
+ gr.Markdown("""
145
+
146
+ """)
147
  # Define the input components and add them to the layout
148
  with gr.Row():
149
  image_input = gr.inputs.Image()