Vrk commited on
Commit
5fcdc39
1 Parent(s): 77b5e16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,7 +42,7 @@ def main():
42
  st.title('SeeFood🍔')
43
  st.write('Upload a food image and get the recipe for that food and other details of that food')
44
 
45
- col1, col2 = st.columns(2, gap='large')
46
 
47
  with col1:
48
  # image uploading button
@@ -97,7 +97,7 @@ def main():
97
  # desplay food recipe
98
  st.header(recipe_data['title']+" Recipe")
99
 
100
- col3, col4 = st.columns(2, gap='medium')
101
 
102
  with col3:
103
  # Ingridents of recipie
42
  st.title('SeeFood🍔')
43
  st.write('Upload a food image and get the recipe for that food and other details of that food')
44
 
45
+ col1, col2 = st.columns(2)
46
 
47
  with col1:
48
  # image uploading button
97
  # desplay food recipe
98
  st.header(recipe_data['title']+" Recipe")
99
 
100
+ col3, col4 = st.columns(2)
101
 
102
  with col3:
103
  # Ingridents of recipie