Spaces:
Paused
Paused
matthoffner
commited on
Commit
·
7d973d2
1
Parent(s):
6218ec6
Update main.py
Browse files
main.py
CHANGED
@@ -42,23 +42,23 @@ async def demo():
|
|
42 |
<html>
|
43 |
<body>
|
44 |
<style>
|
45 |
-
|
|
|
46 |
box-sizing: border-box;
|
47 |
min-width: 200px;
|
48 |
max-width: 980px;
|
49 |
margin: 0 auto;
|
50 |
padding: 45px;
|
|
|
51 |
}
|
52 |
|
53 |
@media (max-width: 767px) {
|
54 |
-
|
55 |
padding: 15px;
|
56 |
}
|
57 |
}
|
58 |
</style>
|
59 |
<article id="content"></article>
|
60 |
-
|
61 |
-
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
62 |
<script>
|
63 |
var source = new EventSource("https://matthoffner-starchat-alpha.hf.space/stream");
|
64 |
source.onmessage = function(event) {
|
|
|
42 |
<html>
|
43 |
<body>
|
44 |
<style>
|
45 |
+
#content {
|
46 |
+
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace !important;
|
47 |
box-sizing: border-box;
|
48 |
min-width: 200px;
|
49 |
max-width: 980px;
|
50 |
margin: 0 auto;
|
51 |
padding: 45px;
|
52 |
+
font-size: 16px;
|
53 |
}
|
54 |
|
55 |
@media (max-width: 767px) {
|
56 |
+
#content {
|
57 |
padding: 15px;
|
58 |
}
|
59 |
}
|
60 |
</style>
|
61 |
<article id="content"></article>
|
|
|
|
|
62 |
<script>
|
63 |
var source = new EventSource("https://matthoffner-starchat-alpha.hf.space/stream");
|
64 |
source.onmessage = function(event) {
|