Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -688,7 +688,7 @@ if f is not None:
|
|
688 |
tut7(files)
|
689 |
|
690 |
else:
|
691 |
-
st.warning('Mod cannot be zero'
|
692 |
|
693 |
st.title('')
|
694 |
st.write('Output files ready for download👇')
|
|
|
688 |
tut7(files)
|
689 |
|
690 |
else:
|
691 |
+
st.warning('Mod cannot be zero')
|
692 |
|
693 |
st.title('')
|
694 |
st.write('Output files ready for download👇')
|