asdfaman commited on
Commit
c150236
·
verified ·
1 Parent(s): 80c83ab

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -143,18 +143,18 @@ def display_team_members(members, max_members_per_row=4):
143
  st.write(member["name"]) # Display the name below the image
144
 
145
  # Title and description
146
- st.title("Flipkart GRID 6.0")
147
  # Team Details with links
148
- st.sidebar.title("Flipkart Grid 6.0")
149
  st.sidebar.write("DELHI TECHNOLOGICAL UNIVERSITY")
150
 
151
  # Navbar with task tabs
152
  st.sidebar.title("Navigation")
153
  st.sidebar.write("Team Name: aman.dp121")
154
- app_mode = st.sidebar.selectbox("Choose the task", ["Welcome","Project Details", "Task 1", "Task 2", "Task 3", "Task 4", "Team Details"])
155
  if app_mode == "Welcome":
156
  # Navigation Menu
157
- st.write("# Welcome to Flipkart GrID 6.0! 🎉")
158
 
159
  # Example for adding a local video
160
  video_file = open('Finalist.mp4', 'rb') # Replace with the path to your video file
@@ -212,7 +212,7 @@ elif app_mode=="Project Details":
212
  # Problem Statement
213
  st.write("## Problem Statement:")
214
  st.write("""
215
- In today’s fast-paced retail environment, ensuring product quality and freshness is crucial for customer satisfaction. The Flipkart GrID 6.0 Challenge aims to address this issue by leveraging technology to enhance product packaging analysis and freshness detection.
216
 
217
  Traditional methods of checking freshness often involve manual inspection, which can be time-consuming and prone to human error. Furthermore, with the increasing variety of products available, a more automated and reliable solution is needed to streamline this process.
218
 
@@ -245,7 +245,7 @@ elif app_mode=="Project Details":
245
  ### 5. Proposal Submission
246
  As part of the proposal round, we will provide a comprehensive submission outlining our approach, methodology, and the code developed thus far. This submission will highlight the effectiveness of our solution and our readiness to proceed to the final stage of the challenge.
247
 
248
- Our team is committed to delivering a robust solution that not only meets but exceeds the expectations of the Flipkart GrID 6.0 Challenge.
249
  """)
250
 
251
  elif app_mode == "Team Details":
@@ -592,6 +592,6 @@ st.markdown("""
592
  }
593
  </style>
594
  <div class="footer">
595
- <p>© 2024 Flipkart GRiD 6.0 Challenge. All rights reserved.</p>
596
  </div>
597
  """, unsafe_allow_html=True)
 
143
  st.write(member["name"]) # Display the name below the image
144
 
145
  # Title and description
146
+ st.title("Amazon Sambhav")
147
  # Team Details with links
148
+ st.sidebar.title("Amazon Sambhav")
149
  st.sidebar.write("DELHI TECHNOLOGICAL UNIVERSITY")
150
 
151
  # Navbar with task tabs
152
  st.sidebar.title("Navigation")
153
  st.sidebar.write("Team Name: aman.dp121")
154
+ app_mode = st.sidebar.selectbox("Choose the task", ["Welcome","Project Details", "Task 1","Team Details"])
155
  if app_mode == "Welcome":
156
  # Navigation Menu
157
+ st.write("# Welcome to Amazon Sambhav! 🎉")
158
 
159
  # Example for adding a local video
160
  video_file = open('Finalist.mp4', 'rb') # Replace with the path to your video file
 
212
  # Problem Statement
213
  st.write("## Problem Statement:")
214
  st.write("""
215
+ In today’s fast-paced retail environment, ensuring product quality and freshness is crucial for customer satisfaction. The Amazon Sambhav Challenge aims to address this issue by leveraging technology to enhance product packaging analysis and freshness detection.
216
 
217
  Traditional methods of checking freshness often involve manual inspection, which can be time-consuming and prone to human error. Furthermore, with the increasing variety of products available, a more automated and reliable solution is needed to streamline this process.
218
 
 
245
  ### 5. Proposal Submission
246
  As part of the proposal round, we will provide a comprehensive submission outlining our approach, methodology, and the code developed thus far. This submission will highlight the effectiveness of our solution and our readiness to proceed to the final stage of the challenge.
247
 
248
+ Our team is committed to delivering a robust solution that not only meets but exceeds the expectations of the Amazon Sambhav Challenge.
249
  """)
250
 
251
  elif app_mode == "Team Details":
 
592
  }
593
  </style>
594
  <div class="footer">
595
+ <p>© 2024 Amazon Sambhav Challenge. All rights reserved.</p>
596
  </div>
597
  """, unsafe_allow_html=True)