bhagyabonam commited on
Commit
62c40bc
·
verified ·
1 Parent(s): 3dfdbda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def update_google_sheet(transcribed_text, sentiment,objection, recommendations,o
106
  st.error(f"Failed to update Google Sheets: {e}")
107
 
108
  load_dotenv()
109
- hf_token= os.getenv("huggingface_api_key")
110
  # login(token=huggingface_api_key)
111
  if not hf_token:
112
  raise ValueError("Hugging Face API key not found! Please set the HUGGINGFACE_TOKEN variable.")
 
106
  st.error(f"Failed to update Google Sheets: {e}")
107
 
108
  load_dotenv()
109
+ hf_token= os.getenv("HUGGINGFACE_TOKEN")
110
  # login(token=huggingface_api_key)
111
  if not hf_token:
112
  raise ValueError("Hugging Face API key not found! Please set the HUGGINGFACE_TOKEN variable.")