Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ st.markdown(
|
|
19 |
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
|
20 |
<style>
|
21 |
.title {
|
|
|
22 |
font-size: 2.0rem;
|
23 |
}
|
24 |
</style>""",
|
@@ -115,7 +116,7 @@ fig = px.scatter(
|
|
115 |
y="y",
|
116 |
opacity=DF["opacity"],
|
117 |
color=DF["cluster"],
|
118 |
-
animation_frame=DF["year"]
|
119 |
width=1000,
|
120 |
height=800,
|
121 |
custom_data=("title", "authors_trimmed", "year"),
|
|
|
19 |
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
|
20 |
<style>
|
21 |
.title {
|
22 |
+
font-family: 'Arial';
|
23 |
font-size: 2.0rem;
|
24 |
}
|
25 |
</style>""",
|
|
|
116 |
y="y",
|
117 |
opacity=DF["opacity"],
|
118 |
color=DF["cluster"],
|
119 |
+
animation_frame=DF["year"],
|
120 |
width=1000,
|
121 |
height=800,
|
122 |
custom_data=("title", "authors_trimmed", "year"),
|