Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ now2 = 0
|
|
| 12 |
index_tracker = 0 # Index tracker for the current model
|
| 13 |
model_scores = {model: 0 for model in models} # Dictionary to track scores for each model
|
| 14 |
processed_models_count = 0
|
| 15 |
-
kii="
|
| 16 |
combined_prompt = ""
|
| 17 |
|
| 18 |
def get_current_time():
|
|
|
|
| 12 |
index_tracker = 0 # Index tracker for the current model
|
| 13 |
model_scores = {model: 0 for model in models} # Dictionary to track scores for each model
|
| 14 |
processed_models_count = 0
|
| 15 |
+
kii=" blonde mohawk femboy playing game with self at computer with programmer socks on, still a wip"
|
| 16 |
combined_prompt = ""
|
| 17 |
|
| 18 |
def get_current_time():
|