Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def clear_detection_tab():
|
|
47 |
return "", gr.update(interactive=False)
|
48 |
|
49 |
with gr.Blocks() as demo:
|
50 |
-
gr.Markdown("""<h1><center>
|
51 |
|
52 |
with gr.Row():
|
53 |
language = gr.Dropdown(
|
|
|
47 |
return "", gr.update(interactive=False)
|
48 |
|
49 |
with gr.Blocks() as demo:
|
50 |
+
gr.Markdown("""<h1><center>AuthScan</center></h1>""")
|
51 |
|
52 |
with gr.Row():
|
53 |
language = gr.Dropdown(
|