Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ try:
|
|
155 |
# Predict the Class and Confidence Score
|
156 |
with st.spinner('Processing'):
|
157 |
prediction(input_file)
|
158 |
-
add_vertical_space(
|
159 |
|
160 |
|
161 |
except Exception as e:
|
|
|
155 |
# Predict the Class and Confidence Score
|
156 |
with st.spinner('Processing'):
|
157 |
prediction(input_file)
|
158 |
+
add_vertical_space(2)
|
159 |
|
160 |
|
161 |
except Exception as e:
|