gibiee commited on
Commit
c2ae28c
·
1 Parent(s): d7081fd

markdown line

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -20,10 +20,10 @@ with gr.Blocks() as demo :
20
  gr.Markdown("""
21
  # Port Checker
22
  ### Output will be returned one of the 4 states.
23
- ① Opened (0)
24
- ② Opened but nothing (10061)
25
- ③ Closed (10060)
26
- ④ Unknown (others)
27
  """)
28
 
29
  with gr.Row() :
 
20
  gr.Markdown("""
21
  # Port Checker
22
  ### Output will be returned one of the 4 states.
23
+ ① Opened (0)
24
+ ② Opened but nothing (10061)
25
+ ③ Closed (10060)
26
+ ④ Unknown (others)
27
  """)
28
 
29
  with gr.Row() :