openfree commited on
Commit
8a4f112
·
verified ·
1 Parent(s): 126ab5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ class Demo:
174
  def __init__(self):
175
  pass
176
 
177
- async def generation_code(self, query: Optional[str], _setting: Dict[str, str], _history: Optional[History]):
178
  if not query or query.strip() == '':
179
  query = random.choice(DEMO_LIST)['description']
180
 
 
174
  def __init__(self):
175
  pass
176
 
177
+ async def generation_code(self, query: Optional[str], _setting: Dict[str, str], _history: Optional[History]):
178
  if not query or query.strip() == '':
179
  query = random.choice(DEMO_LIST)['description']
180