awacke1 commited on
Commit
e5292a9
1 Parent(s): 10f4130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ async def get_valid_datasets() -> Dict[str, List[str]]:
14
  async with httpx.AsyncClient() as session:
15
  response = await session.get(URL)
16
  datasets = response.json()["valid"]
17
- return gr.Dropdown.update(choices=datasets, value="kelm")
18
  # The one to watch: https://huggingface.co/rungalileo
19
  # rungalileo/medical_transcription_40
20
 
 
14
  async with httpx.AsyncClient() as session:
15
  response = await session.get(URL)
16
  datasets = response.json()["valid"]
17
+ return gr.Dropdown.update(choices=datasets, value="awacke1/ChatbotMemory.csv")
18
  # The one to watch: https://huggingface.co/rungalileo
19
  # rungalileo/medical_transcription_40
20