inkleaves commited on
Commit
b1eca6f
·
verified ·
1 Parent(s): 171e852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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