jsulz HF staff commited on
Commit
2676db7
1 Parent(s): 9d6f412

updating some words

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def visualize_repo_treemap(r_info: dict, r_id: str) -> px.treemap:
151
  # Add subtitle by updating the layout
152
  fig.update_layout(
153
  title={
154
- "text": f"{r_id} file and chunk treemap<br><span style='font-size:14px;'>Hover over each directory/file to see its size and number of chunks it contains.</span>",
155
  "x": 0.5,
156
  "xanchor": "center",
157
  },
@@ -311,6 +311,9 @@ with gr.Blocks(theme="ocean") as demo:
311
  with gr.Row(visible=False) as results_block:
312
  with gr.Column():
313
  gr.Markdown("## Repo Info")
 
 
 
314
  file_info_plot = gr.Plot(visible=False)
315
  with gr.Row(visible=False) as branch_block:
316
  with gr.Column():
 
151
  # Add subtitle by updating the layout
152
  fig.update_layout(
153
  title={
154
+ "text": f"{r_id} file and chunk treemap<br><span style='font-size:14px;'>Color represents size in bytes/chunks.</span>",
155
  "x": 0.5,
156
  "xanchor": "center",
157
  },
 
311
  with gr.Row(visible=False) as results_block:
312
  with gr.Column():
313
  gr.Markdown("## Repo Info")
314
+ gr.Markdown(
315
+ "Hover over any file or directory to see it's size in bytes and total number of chunks required to store it in Xet storage."
316
+ )
317
  file_info_plot = gr.Plot(visible=False)
318
  with gr.Row(visible=False) as branch_block:
319
  with gr.Column():