rowanm945 commited on
Commit
cb29d9b
·
verified ·
1 Parent(s): 6905374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -30,14 +30,6 @@ st.markdown(
30
  body {
31
  background-color: #fffff2;
32
  }
33
- </style>
34
- """,
35
- unsafe_allow_html=True
36
- )
37
-
38
- st.markdown(
39
- """
40
- <style>
41
  @font-face {
42
  font-family: 'Afacada';
43
  src: url('AfacadFlux-VariableFont_slnt,wght[1].ttf') format('truetype');
@@ -73,6 +65,7 @@ st.markdown(
73
  unsafe_allow_html=True
74
  )
75
 
 
76
  # -------------------------------
77
  # Load Models and Tokenizer
78
  # -------------------------------
 
30
  body {
31
  background-color: #fffff2;
32
  }
 
 
 
 
 
 
 
 
33
  @font-face {
34
  font-family: 'Afacada';
35
  src: url('AfacadFlux-VariableFont_slnt,wght[1].ttf') format('truetype');
 
65
  unsafe_allow_html=True
66
  )
67
 
68
+
69
  # -------------------------------
70
  # Load Models and Tokenizer
71
  # -------------------------------