CosmoAI commited on
Commit
f70d981
1 Parent(s): b15d7e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import streamlit as st
3
  from groq import Groq
4
  from dotenv import load_dotenv
5
- load_dotnev()
6
 
7
  def make_call(api):
8
  """Calls the Groq API (assuming API key auth) and handles potential errors."""
 
2
  import streamlit as st
3
  from groq import Groq
4
  from dotenv import load_dotenv
5
+ load_dotenv()
6
 
7
  def make_call(api):
8
  """Calls the Groq API (assuming API key auth) and handles potential errors."""