Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,6 @@ if __name__ == "__main__":
|
|
117 |
|
118 |
#<div class="rtl" dir="rtl" style="text-align:right;">
|
119 |
st.markdown(f"<p dir=\"rtl\" style=\"text-align:right;\"> {result} </p>", unsafe_allow_html=True)
|
120 |
-
st.write("\n\nResult length: " + str(len(result)) + " bytes")
|
121 |
print(f"\"{result}\"")
|
122 |
|
123 |
st.markdown(
|
|
|
117 |
|
118 |
#<div class="rtl" dir="rtl" style="text-align:right;">
|
119 |
st.markdown(f"<p dir=\"rtl\" style=\"text-align:right;\"> {result} </p>", unsafe_allow_html=True)
|
|
|
120 |
print(f"\"{result}\"")
|
121 |
|
122 |
st.markdown(
|