Hammad712 commited on
Commit
c6d6c26
1 Parent(s): 50f1229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -96,9 +96,12 @@ combined_css = """
96
  -webkit-background-clip: text;
97
  -webkit-text-fill-color: transparent;
98
  }
99
- .black-white-text {
100
  color: black;
101
  }
 
 
 
102
  .small-input .stTextInput>div>input {
103
  height: 2rem;
104
  font-size: 0.9rem;
@@ -121,7 +124,7 @@ st.set_page_config(layout="wide")
121
 
122
  st.markdown(f"<style>{combined_css}</style>", unsafe_allow_html=True)
123
 
124
- st.markdown('<div class="title"><span class="colorful-text">Image</span> <span class="black-white-text">to Sketch</span></div>', unsafe_allow_html=True)
125
  st.markdown('<div class="custom-text">Jana\'s embroidery studio. Convert Photo\'s to Drawings using AI</div>', unsafe_allow_html=True)
126
 
127
  # Download and load the model
 
96
  -webkit-background-clip: text;
97
  -webkit-text-fill-color: transparent;
98
  }
99
+ .black-text {
100
  color: black;
101
  }
102
+ .white-text {
103
+ color: white;
104
+ }
105
  .small-input .stTextInput>div>input {
106
  height: 2rem;
107
  font-size: 0.9rem;
 
124
 
125
  st.markdown(f"<style>{combined_css}</style>", unsafe_allow_html=True)
126
 
127
+ st.markdown('<div class="title"><span class="colorful-text">Image</span> <span class="black-text">to</span><span class="white-text">Drawing</span>', unsafe_allow_html=True)
128
  st.markdown('<div class="custom-text">Jana\'s embroidery studio. Convert Photo\'s to Drawings using AI</div>', unsafe_allow_html=True)
129
 
130
  # Download and load the model