Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import seaborn as sns
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import os
|
6 |
import pandas as pd
|
|
|
7 |
|
8 |
# Define your Hugging Face token (make sure to set it as an environment variable)
|
9 |
HF_TOKEN = os.getenv("HF_TOKEN") # Replace with your actual token if not using an environment variable
|
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import os
|
6 |
import pandas as pd
|
7 |
+
from io import StringIO
|
8 |
|
9 |
# Define your Hugging Face token (make sure to set it as an environment variable)
|
10 |
HF_TOKEN = os.getenv("HF_TOKEN") # Replace with your actual token if not using an environment variable
|