Spaces:
Sleeping
Sleeping
4kasha commited on
Commit ·
926e72e
1
Parent(s): a3ad19b
fix
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
|
|
| 101 |
|
| 102 |
- Gray dots: Occupied sites
|
| 103 |
- Blue region: Largest connected cluster
|
| 104 |
-
- Spanning Cluster: A cluster
|
| 105 |
""")
|
| 106 |
|
| 107 |
with gr.Row():
|
|
|
|
| 101 |
|
| 102 |
- Gray dots: Occupied sites
|
| 103 |
- Blue region: Largest connected cluster
|
| 104 |
+
- Spanning Cluster: A cluster spanning from one side to another
|
| 105 |
""")
|
| 106 |
|
| 107 |
with gr.Row():
|