Spaces:
Runtime error
Runtime error
Commit
·
f42801b
1
Parent(s):
ab4adaf
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import bardapi
|
3 |
|
4 |
# Set your Secure-1PSID value to key
|
5 |
-
token = '
|
6 |
|
7 |
def get_answer(input_text):
|
8 |
# Send an API request and get a response.
|
|
|
2 |
import bardapi
|
3 |
|
4 |
# Set your Secure-1PSID value to key
|
5 |
+
token = 'xxxxxxx'
|
6 |
|
7 |
def get_answer(input_text):
|
8 |
# Send an API request and get a response.
|