Spaces:
Sleeping
Sleeping
Ann Huang
commited on
Commit
·
f3ee33d
1
Parent(s):
e1c7e45
Fix typo
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(theme="citrus", fill_width=False) as demo:
|
|
162 |
)
|
163 |
|
164 |
gr.HTML(
|
165 |
-
f"<div id='global' style='color:var(--body-text-color)'>We found <span style='background-color:#f59e0b;color:black;padding:2px'>{sum_request_count:,}</span> upload requests pushing over <span style='background-color:#f59e0b;color:black;padding:2px'>{sum_object_size / 1e+12:.2f} TB</span> from <span style='background-color:#f59e0b;color:black;padding:2px'>{n_unique_countries}</span> countries. Explore the data below by using the slider to view uploads by hour, the buttons to visualize by object size or number of requests, and the dropdown to see how uploads will be routed by AWS region in our new
|
166 |
)
|
167 |
|
168 |
|
|
|
162 |
)
|
163 |
|
164 |
gr.HTML(
|
165 |
+
f"<div id='global' style='color:var(--body-text-color)'>We found <span style='background-color:#f59e0b;color:black;padding:2px'>{sum_request_count:,}</span> upload requests pushing over <span style='background-color:#f59e0b;color:black;padding:2px'>{sum_object_size / 1e+12:.2f} TB</span> from <span style='background-color:#f59e0b;color:black;padding:2px'>{n_unique_countries}</span> countries. Explore the data below by using the slider to view uploads by hour, the buttons to visualize by object size or number of requests, and the dropdown to see how uploads will be routed by AWS region in our new design.</div>"
|
166 |
)
|
167 |
|
168 |
|