Bibek Mukherjee commited on
Commit
7b0ae6f
·
verified ·
1 Parent(s): 8fa8c79

Update src/frontend/app.py

Browse files
Files changed (1) hide show
  1. src/frontend/app.py +1 -1
src/frontend/app.py CHANGED
@@ -217,7 +217,7 @@ st.markdown("""
217
  border: 1px solid #2c3153;
218
  margin: 10px 0;
219
  transition: transform 0.3s;
220
- height: 300px; /* Fixed height for both cards */
221
  display: flex;
222
  flex-direction: column;
223
  justify-content: space-between;
 
217
  border: 1px solid #2c3153;
218
  margin: 10px 0;
219
  transition: transform 0.3s;
220
+ height: 500px; /* Fixed height for both cards */
221
  display: flex;
222
  flex-direction: column;
223
  justify-content: space-between;