OzoneAsai commited on
Commit
8f02f25
Β·
verified Β·
1 Parent(s): 08ddaca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ elif st.session_state['current_view'] == "Logs":
177
  mime="text/plain"
178
  )
179
  with open(log_file, 'r') as log_file:
180
- st.markdown(f"```{log_file}```")
181
  else:
182
  st.write("γƒ­γ‚°γŒγ‚γ‚ŠγΎγ›γ‚“γ€‚γ‚Ήγ‚―γƒ¬γ‚€γƒ”γƒ³γ‚°γ‚’ι–‹ε§‹γ—γ¦γγ γ•γ„γ€‚")
183
 
 
177
  mime="text/plain"
178
  )
179
  with open(log_file, 'r') as log_file:
180
+ st.markdown(f"```{log_file}\n{log_file.read()}```")
181
  else:
182
  st.write("γƒ­γ‚°γŒγ‚γ‚ŠγΎγ›γ‚“γ€‚γ‚Ήγ‚―γƒ¬γ‚€γƒ”γƒ³γ‚°γ‚’ι–‹ε§‹γ—γ¦γγ γ•γ„γ€‚")
183