Spaces:
Sleeping
Sleeping
smhavens
commited on
Commit
·
e22b7aa
1
Parent(s):
34d084e
This time for sure (x2)
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def main():
|
|
121 |
word3 = "Sun"
|
122 |
global answer
|
123 |
answer = "Moon"
|
124 |
-
|
125 |
|
126 |
prompt = f"{word1} is to {word2} as {word3} is to ____"
|
127 |
with gr.Blocks() as iface:
|
|
|
121 |
word3 = "Sun"
|
122 |
global answer
|
123 |
answer = "Moon"
|
124 |
+
global guesses
|
125 |
|
126 |
prompt = f"{word1} is to {word2} as {word3} is to ____"
|
127 |
with gr.Blocks() as iface:
|