Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ app = gr.Interface(
|
|
27 |
header = gr.HTML("<h1 style='font-size:36px; font-weight:bold;'>Spam Detection App</h1>")
|
28 |
|
29 |
# Launch the app with the header displayed above the interface
|
30 |
-
header.launch(share=True) # Launching header
|
31 |
app.launch(share=True) # Launching app
|
|
|
27 |
header = gr.HTML("<h1 style='font-size:36px; font-weight:bold;'>Spam Detection App</h1>")
|
28 |
|
29 |
# Launch the app with the header displayed above the interface
|
30 |
+
#header.launch(share=True) # Launching header
|
31 |
app.launch(share=True) # Launching app
|