Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def upload_to_google_drive():
|
|
152 |
|
153 |
def generate(prompt, history):
|
154 |
|
155 |
-
global isFirstRun,initContext,Name,Occupation,Ethnicity,Gender,Age
|
156 |
|
157 |
if not len(Name) == 0 and not len(Occupation) == 0 and not len(Ethnicity) == 0 and not len(Gender) == 0 and not len(Age) == 0:
|
158 |
|
|
|
152 |
|
153 |
def generate(prompt, history):
|
154 |
|
155 |
+
global isFirstRun,initContext,Name,Occupation,Ethnicity,Gender,Age,context
|
156 |
|
157 |
if not len(Name) == 0 and not len(Occupation) == 0 and not len(Ethnicity) == 0 and not len(Gender) == 0 and not len(Age) == 0:
|
158 |
|