VjPower commited on
Commit
f9a369a
·
1 Parent(s): 70ca332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ if __name__=="__main__":
43
  answer= get_chat_completion(iContent)
44
  elif uploaded_file:
45
  content= uploaded_file.read()
46
- st.code(file_contents, language="txt")
47
  answer= get_chat_completion(content)
48
 
49
  if answer:
 
43
  answer= get_chat_completion(iContent)
44
  elif uploaded_file:
45
  content= uploaded_file.read()
46
+ st.code(content, language="txt")
47
  answer= get_chat_completion(content)
48
 
49
  if answer: