Spaces:
Runtime error
Runtime error
removed by alok
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(css=css) as demo:
|
|
184 |
with gr.Row():
|
185 |
with gr.Column():
|
186 |
gr.Markdown("<h1>Digit Identifier</h1>", elem_id='title_head')
|
187 |
-
gr.Markdown("<h2>By Alok</h2>", elem_id="name_head")
|
188 |
with gr.Row():
|
189 |
with gr.Column():
|
190 |
with gr.Row():
|
|
|
184 |
with gr.Row():
|
185 |
with gr.Column():
|
186 |
gr.Markdown("<h1>Digit Identifier</h1>", elem_id='title_head')
|
187 |
+
# gr.Markdown("<h2>By Alok</h2>", elem_id="name_head")
|
188 |
with gr.Row():
|
189 |
with gr.Column():
|
190 |
with gr.Row():
|