huangzhii commited on
Commit
e7d8291
1 Parent(s): fe5d243

update requirements.txt

Browse files
Files changed (1) hide show
  1. text2image.py +2 -2
text2image.py CHANGED
@@ -166,8 +166,8 @@ def app():
166
  # Display results
167
  ############################################################
168
 
169
- text = 'Your input query: <span style="background-color: rgb(230,230,230);"><b>%s</b></span>' % query + \
170
- ' (Try search it directly on [Twitter](https://twitter.com/search?q=%s&src=typed_query) or [Google](https://www.google.com/search?q=%s))' % (query.replace(' ', '%20'), query.replace(' ', '+'))
171
  st.markdown(text, unsafe_allow_html=True)
172
 
173
  st.markdown('#### Top 5 results:')
 
166
  # Display results
167
  ############################################################
168
 
169
+ text = '<font size="4">Your input query: <span style="background-color: rgb(230,230,230);"><b>%s</b></span>' % query + \
170
+ ' (Try search it directly on [Twitter](https://twitter.com/search?q=%s&src=typed_query) or [Google](https://www.google.com/search?q=%s))</font>' % (query.replace(' ', '%20'), query.replace(' ', '+'))
171
  st.markdown(text, unsafe_allow_html=True)
172
 
173
  st.markdown('#### Top 5 results:')