DField commited on
Commit
8923cf9
·
verified ·
1 Parent(s): 9cf9db2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ import gradio as gr
8
  import gspread
9
  from oauth2client.service_account import ServiceAccountCredentials
10
  import json
 
 
11
 
12
  def connect_gspread(spread_sheet_key):
13
  """Google スプレッドシートに接続。"""
 
8
  import gspread
9
  from oauth2client.service_account import ServiceAccountCredentials
10
  import json
11
+ from groq import Groq
12
+
13
 
14
  def connect_gspread(spread_sheet_key):
15
  """Google スプレッドシートに接続。"""