Spaces:
Runtime error
Runtime error
Commit
·
ab4adaf
1
Parent(s):
02fae49
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 = 'cQjDrFOQjkhOHHHCW54Tc7IKyphnqos-A-IpmgjVa9p3_ZFFa5Ilet-heMO8Xm3TM1Y5vw'
|
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 = 'cQjDrFOQjkhOHHHCW54Tc7IKyphnqos-A-IpmgjVa9p3_ZFFa5Ilet-heMO8Xm3TM1Y5vw.'
|
6 |
|
7 |
def get_answer(input_text):
|
8 |
# Send an API request and get a response.
|