conhllnd commited on
Commit
ce9e1ee
·
verified ·
1 Parent(s): d3e0248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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