Jayesh13 commited on
Commit
57fe77b
·
verified ·
1 Parent(s): 0a33832

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ if uploaded_file and st.button("Analyze File"):
60
  # 🔵 Pie Chart for Overall Stats
61
  st.subheader("🧁 Overall Amino Acid Composition (Pie Chart)")
62
 
63
- fig, ax = plt.subplots(figsize=(3, 3)) # 50% of typical view size
64
  labels = list(overall_percentage.keys())
65
  sizes = list(overall_percentage.values())
66
 
 
60
  # 🔵 Pie Chart for Overall Stats
61
  st.subheader("🧁 Overall Amino Acid Composition (Pie Chart)")
62
 
63
+ fig, ax = plt.subplots(figsize=(9, 9)) # 50% of typical view size
64
  labels = list(overall_percentage.keys())
65
  sizes = list(overall_percentage.values())
66