gorkemgoknar commited on
Commit
99259d6
1 Parent(s): f5878e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ async def add_text(char1,char2,runs,context,initial_question,history):
257
  last_question=None
258
  # todo build a context from dropdown
259
  returned_history = ""
260
- for i in range(int(runs)+1)):
261
  print("char1:",char1," :", initial_question)
262
  returned_history += char1 + " : " + initial_question + "\n"
263
 
 
257
  last_question=None
258
  # todo build a context from dropdown
259
  returned_history = ""
260
+ for i in range(int(runs)+1):
261
  print("char1:",char1," :", initial_question)
262
  returned_history += char1 + " : " + initial_question + "\n"
263