Update app.py
Browse files
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 スプレッドシートに接続。"""
|