robertou2 commited on
Commit
7f5bca4
1 Parent(s): c251eb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -55,10 +55,6 @@ def preprocess(text):
55
  text=" ".join(text.split())
56
  return text
57
 
58
- st.markdown(""" <style> .font {
59
- font-size:50px ; font-family: 'Cooper Black'; color: #FF9633;}
60
- </style> """, unsafe_allow_html=True)st.markdown('<p class="font">Guess the object Names</p>', unsafe_allow_html=True)
61
-
62
  st.set_page_config(layout="wide")
63
  colT1,colT2 = st.columns([2,8])
64
  with colT2:
 
55
  text=" ".join(text.split())
56
  return text
57
 
 
 
 
 
58
  st.set_page_config(layout="wide")
59
  colT1,colT2 = st.columns([2,8])
60
  with colT2: