Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -157,6 +157,6 @@ def main():
|
|
157 |
except Exception as e:
|
158 |
st.error(f"An error occurred: {e}")
|
159 |
|
160 |
-
|
161 |
if __name__ == "__main__":
|
162 |
main()
|
|
|
157 |
except Exception as e:
|
158 |
st.error(f"An error occurred: {e}")
|
159 |
|
160 |
+
# edited
|
161 |
if __name__ == "__main__":
|
162 |
main()
|