YashB1 commited on
Commit
fb05dd7
·
verified ·
1 Parent(s): 0689f85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ st.markdown("<div style='text-align:center;'>Choose a query from <b>Select a pro
64
  image_path = "IITGN_Logo.png"
65
 
66
  # Display images and text in three columns with specified ratios
67
- col1, col2, col3 = st.sidebar.columns((0.8, 2, 1))
68
  with col2:
69
  st.image(image_path, use_column_width=True)
70
 
 
64
  image_path = "IITGN_Logo.png"
65
 
66
  # Display images and text in three columns with specified ratios
67
+ col1, col2, col3 = st.sidebar.columns((1.4, 2, 2))
68
  with col2:
69
  st.image(image_path, use_column_width=True)
70