UniquePratham commited on
Commit
6d45878
1 Parent(s): bc97c42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -154,6 +154,9 @@ predict_button = st.sidebar.button("Predict")
154
  # Main columns
155
  col1, col2 = st.columns([2, 1])
156
 
 
 
 
157
  # Display image preview
158
  if uploaded_file:
159
  image = Image.open(uploaded_file)
 
154
  # Main columns
155
  col1, col2 = st.columns([2, 1])
156
 
157
+ cleaned_text=""
158
+ polished_text=""
159
+
160
  # Display image preview
161
  if uploaded_file:
162
  image = Image.open(uploaded_file)