none commited on
Commit
6355a52
·
1 Parent(s): 9d6ecdc
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -249,10 +249,9 @@ If you click on a node, Plotly will show the path to that node in a banner at th
249
  The numbers and letters in brackets like `[3.L]` refer to the parent node's position in a breadth-first traversal of the tree and whether the current node is a left or right child of that parent.
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
 
 
249
  The numbers and letters in brackets like `[3.L]` refer to the parent node's position in a breadth-first traversal of the tree and whether the current node is a left or right child of that parent.
250
  Plotly unfortunately plots everything flipped for some reason, so all the `R` nodes are on the left and vice versa.
251
 
 
252
  I'm caught between a rock and a hard place here.
253
  Streamlit makes the plot too small because it wants the plot to fit inline with the text.
254
+ Expanding the plot fixes this problem in Streamlit, but Hugging Face has done something to make the plot ENORMOUS, which looks even worse than the too-small Streamlit version.
255
  Pick your poison.
256
  It takes a second to get going after you hit `Play`.
257