elftsdmr commited on
Commit
ca4f7f1
1 Parent(s): 0efdea7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -18,10 +18,7 @@ def text_to_url(text):
18
  demo = gr.Blocks(theme=gr.themes.Soft())
19
 
20
  with demo:
21
- gr.Markdown(
22
- '#Classify URL Adresses with the Bert Model'
23
-
24
- )
25
  text = gr.Textbox()
26
  label = gr.Label()
27
 
 
18
  demo = gr.Blocks(theme=gr.themes.Soft())
19
 
20
  with demo:
21
+
 
 
 
22
  text = gr.Textbox()
23
  label = gr.Label()
24