Skip to content

Commit 1e2f867

Browse files
author
Your Name
committed
modified frontend
1 parent 4f80e4a commit 1e2f867

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

frontEnd.py

+7-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@
2929
<div id="bar-graph" style="position:absolute;top:10vw;left:0.6vw;">
3030
<img src="bar.png" height=500px>
3131
</div>
32-
<div id="pie-graph" style="position:absolute;top:10vw;right:0.6vw;">
32+
<div id="pie-graph" style="position:absolute;top:10vw;right:12vw;">
3333
<img src="pie.png" height=500px>
34-
</div>root1234
34+
</div>
35+
<div id="hashtag" style="position:fixed;top:60%;left:40%; transform: translateX(-50%) translateY(-50%);height: 100px;width: 500px;">
36+
<img src="Hashtag Bar Graph.png" height=500px>
37+
</div>
38+
3539
36-
<div id="tweet" style="position:fixed;top:30%;left:50%; transform: translateX(-50%) translateY(-50%);height: 100px;width: 500px;">
40+
<div id="tweet" style="position:fixed;top:25%;left:45%; transform: translateX(-50%) translateY(-50%);height: 100px;width: 500px;">
3741
<strong>
3842
<span style="text-decoration: underline;">Some random tweets: </span> <br><br>
3943
""")

0 commit comments

Comments
 (0)