Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,8 @@ import gradio as gr
|
|
| 2 |
import pandas as pd
|
| 3 |
from huggingface_hub import hf_hub_download
|
| 4 |
import os
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# Hugging Face API token and repo setup
|
| 7 |
hf_token = os.getenv("hfkeymeow") # Ensure your token is correctly stored
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
from huggingface_hub import hf_hub_download
|
| 4 |
import os
|
| 5 |
+
import plotly.graph_objects as go # Import Plotly for graph plotting
|
| 6 |
+
|
| 7 |
|
| 8 |
# Hugging Face API token and repo setup
|
| 9 |
hf_token = os.getenv("hfkeymeow") # Ensure your token is correctly stored
|