Singularity666 commited on
Commit
b8d9336
·
1 Parent(s): 5db06e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -23
app.py CHANGED
@@ -18,7 +18,6 @@ openai.api_key = "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"
18
  st.markdown(
19
  """
20
  <style>
21
- @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
22
  body {
23
  background-color: transparent;
24
  }
@@ -35,7 +34,6 @@ st.markdown(
35
  }
36
  .stText, .stMarkdown, .stTextInput>label, .stButton>button>span {
37
  color: #1c1c1c !important; /* Set the dark text color for text elements */
38
- font-family: 'Roboto Mono', monospace;
39
  }
40
  .stButton>button>span {
41
  color: initial !important; /* Reset the text color for the 'Generate Caption' button */
@@ -47,27 +45,6 @@ st.markdown(
47
  padding: 10px; /* Add padding to the headers */
48
  border-radius: 5px; /* Add border-radius to the headers */
49
  }
50
- .stMarkdown p {
51
- font-family: 'Roboto Mono', monospace;
52
- }
53
-
54
- /* Animations */
55
- @keyframes fadeIn {
56
- from {opacity: 0;}
57
- to {opacity: 1;}
58
- }
59
-
60
- .stMarkdown h1 {
61
- animation: fadeIn 1s linear 0s 1 normal forwards;
62
- }
63
-
64
- .stMarkdown h2 {
65
- animation: fadeIn 1s linear 1s 1 normal forwards;
66
- }
67
-
68
- .stMarkdown p {
69
- animation: fadeIn 1s linear 2s 1 normal forwards;
70
- }
71
  </style>
72
  """,
73
  unsafe_allow_html=True,
 
18
  st.markdown(
19
  """
20
  <style>
 
21
  body {
22
  background-color: transparent;
23
  }
 
34
  }
35
  .stText, .stMarkdown, .stTextInput>label, .stButton>button>span {
36
  color: #1c1c1c !important; /* Set the dark text color for text elements */
 
37
  }
38
  .stButton>button>span {
39
  color: initial !important; /* Reset the text color for the 'Generate Caption' button */
 
45
  padding: 10px; /* Add padding to the headers */
46
  border-radius: 5px; /* Add border-radius to the headers */
47
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  </style>
49
  """,
50
  unsafe_allow_html=True,