Spaces:
Sleeping
Sleeping
harmdevries
commited on
Commit
•
35dfb36
1
Parent(s):
bc55598
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import math
|
|
8 |
|
9 |
st.set_page_config(layout="wide")
|
10 |
|
11 |
-
string1 = f"""<a href="https://www.nytimes.com/", target="_black">
|
12 |
|
13 |
g = Github(os.environ.get('github'))
|
14 |
|
@@ -36,6 +36,7 @@ fig = ff.create_gantt(df, colors=colors,
|
|
36 |
show_colorbar=True,
|
37 |
show_hover_fill=True,
|
38 |
title="BigCode planning")
|
|
|
39 |
fig.update_xaxes(ticks= "outside",
|
40 |
ticklabelmode= "period",
|
41 |
tickformat="%b",
|
|
|
8 |
|
9 |
st.set_page_config(layout="wide")
|
10 |
|
11 |
+
string1 = f"""<a href="https://www.nytimes.com/", target="_black">link</a>"""
|
12 |
|
13 |
g = Github(os.environ.get('github'))
|
14 |
|
|
|
36 |
show_colorbar=True,
|
37 |
show_hover_fill=True,
|
38 |
title="BigCode planning")
|
39 |
+
|
40 |
fig.update_xaxes(ticks= "outside",
|
41 |
ticklabelmode= "period",
|
42 |
tickformat="%b",
|