Namitg02 commited on
Commit
9f2a00f
·
verified ·
1 Parent(s): 77b7a2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import os
16
  HF_TOKEN = os.getenv('HF_Token')
17
  #Log_Path="./Logfolder"
18
  logfile = 'DiabetesChatLog.txt'
19
- historylog = []
20
 
21
  data = load_dataset("Namitg02/Test", split='train', streaming=False)
22
  #Returns a list of dictionaries, each representing a row in the dataset.
 
16
  HF_TOKEN = os.getenv('HF_Token')
17
  #Log_Path="./Logfolder"
18
  logfile = 'DiabetesChatLog.txt'
19
+ historylog = ''
20
 
21
  data = load_dataset("Namitg02/Test", split='train', streaming=False)
22
  #Returns a list of dictionaries, each representing a row in the dataset.