prasadnu commited on
Commit
7e371c1
·
1 Parent(s): 2034f95

change container width param

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ st.markdown("""<style>
36
  AI_ICON = "images/opensearch-twitter-card.png"
37
  col_0_1,col_0_2,col_0_3= st.columns([10,50,85])
38
  with col_0_1:
39
- st.image(AI_ICON, use_column_width='always')
40
  with col_0_2:
41
  st.markdown('<p style="fontSize:40px;color:#FF9900;fontFamily:\'Amazon Ember Display 500\', sans-serif;">OpenSearch AI demos</p>',unsafe_allow_html=True)
42
  #st.header("OpenSearch AI demos")#,divider = 'rainbow'
 
36
  AI_ICON = "images/opensearch-twitter-card.png"
37
  col_0_1,col_0_2,col_0_3= st.columns([10,50,85])
38
  with col_0_1:
39
+ st.image(AI_ICON, use_container_width='always')
40
  with col_0_2:
41
  st.markdown('<p style="fontSize:40px;color:#FF9900;fontFamily:\'Amazon Ember Display 500\', sans-serif;">OpenSearch AI demos</p>',unsafe_allow_html=True)
42
  #st.header("OpenSearch AI demos")#,divider = 'rainbow'