SajjadAyoubi commited on
Commit
b5870b3
·
1 Parent(s): 9213df3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def main():
57
  </style>''',
58
  unsafe_allow_html=True)
59
 
60
- # st.sidebar.markdown(description)
61
  _, c, _ = st.columns((1, 3, 1))
62
  query = c.text_input('Search text', value='مرغ دریای')
63
  if len(query) > 0:
 
57
  </style>''',
58
  unsafe_allow_html=True)
59
 
60
+ st.sidebar.markdown(description)
61
  _, c, _ = st.columns((1, 3, 1))
62
  query = c.text_input('Search text', value='مرغ دریای')
63
  if len(query) > 0: