Spaces:
Sleeping
Sleeping
markdown line
Browse files
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() :
|