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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -18,7 +18,10 @@ def text_to_url(text):
18
  demo = gr.Blocks(theme=gr.themes.Soft())
19
 
20
  with demo:
21
-
 
 
 
22
  text = gr.Textbox()
23
  label = gr.Label()
24
 
 
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