Spaces:
Running
Running
AdityaAdaki
commited on
Commit
·
3cf7f30
1
Parent(s):
ec1b1f6
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
-
import logging
|
|
|
3 |
from flask import Flask, render_template, request, jsonify, send_file
|
4 |
import requests
|
5 |
import pandas as pd
|
|
|
1 |
import os
|
2 |
+
import logging
|
3 |
+
from logging.handlers import RotatingFileHandler # Add this import statement
|
4 |
from flask import Flask, render_template, request, jsonify, send_file
|
5 |
import requests
|
6 |
import pandas as pd
|