Skip to content

Commit

Permalink
Update redirect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
josebenitezg authored Feb 16, 2023
1 parent 9baeb55 commit 5cd0eda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions redirect.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Code source: https://gist.github.com/schaumb/037f139035d93cff3ad9f4f7e5f739ce
# This script help us to output stderr and stdout in streamlit
import streamlit as st
import io
Expand Down Expand Up @@ -150,4 +149,4 @@ def _write(self, data):
print(f" cica {i}")
if i:
time.sleep(1)
# '''
# '''

0 comments on commit 5cd0eda

Please sign in to comment.