Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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:
|