Spaces:
Running
Running
Update quiz_generation.py
Browse files- quiz_generation.py +1 -1
quiz_generation.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
from apiclient import discovery
|
4 |
from oauth2client import client, file, tools
|
5 |
import bardapi
|
6 |
-
import streamlit
|
7 |
|
8 |
SCOPES = "https://www.googleapis.com/auth/forms.body"
|
9 |
DISCOVERY_DOC = "https://forms.googleapis.com/$discovery/rest?version=v1"
|
|
|
3 |
from apiclient import discovery
|
4 |
from oauth2client import client, file, tools
|
5 |
import bardapi
|
6 |
+
import streamlit as st
|
7 |
|
8 |
SCOPES = "https://www.googleapis.com/auth/forms.body"
|
9 |
DISCOVERY_DOC = "https://forms.googleapis.com/$discovery/rest?version=v1"
|