Spaces:
Runtime error
Runtime error
none
commited on
Commit
·
9d6ecdc
1
Parent(s):
e822ba8
Disclaimer about HF ruining the plot
Browse files
app.py
CHANGED
@@ -250,6 +250,10 @@ The numbers and letters in brackets like `[3.L]` refer to the parent node's posi
|
|
250 |
Plotly unfortunately plots everything flipped for some reason, so all the `R` nodes are on the left and vice versa.
|
251 |
|
252 |
I recommend expanding the plot by clicking the arrows in the top right corner since Streamlit makes the plot really small.
|
|
|
|
|
|
|
|
|
253 |
It takes a second to get going after you hit `Play`.
|
254 |
|
255 |
""")
|
|
|
250 |
Plotly unfortunately plots everything flipped for some reason, so all the `R` nodes are on the left and vice versa.
|
251 |
|
252 |
I recommend expanding the plot by clicking the arrows in the top right corner since Streamlit makes the plot really small.
|
253 |
+
I'm caught between a rock and a hard place here.
|
254 |
+
Streamlit makes the plot too small because it wants the plot to fit inline with the text.
|
255 |
+
Expanding the plot fixes this problem in Streamlit, but Hugging Face has done something to make the plot ENORMOUS, which looks even worse that the too-small Streamlit version.
|
256 |
+
Pick your poison.
|
257 |
It takes a second to get going after you hit `Play`.
|
258 |
|
259 |
""")
|