Rishabh12j commited on
Commit
061f7d3
·
verified ·
1 Parent(s): 4d70bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -7,6 +7,9 @@ import json
7
  model_id = "7qrmoo93"
8
 
9
  api_key =os.getenv("API_Key")
 
 
 
10
 
11
  def res(data):
12
  print(data)
 
7
  model_id = "7qrmoo93"
8
 
9
  api_key =os.getenv("API_Key")
10
+ print(typeof(api_key))
11
+ print(api_key)
12
+
13
 
14
  def res(data):
15
  print(data)