dromerosm commited on
Commit
d03e2fb
1 Parent(s): 5d62a8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ if not groq_api_key:
23
 
24
  # Initialize API clients
25
  co = cohere.Client(cohere_api_key)
 
26
 
27
  def fetch_content(url):
28
  try:
 
23
 
24
  # Initialize API clients
25
  co = cohere.Client(cohere_api_key)
26
+ print("client ok")
27
 
28
  def fetch_content(url):
29
  try: