Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,14 +171,14 @@ if submitted:
|
|
171 |
|
172 |
st.write("Generated Text:")
|
173 |
st.write(generated_text)
|
174 |
-
|
175 |
# Code editor section
|
176 |
st.header("Code Editor")
|
177 |
with st.expander("View Code"):
|
178 |
code =
|
179 |
streamlit_ace.ace(code, type="python", theme="monokai", height=500)
|
180 |
streamlit_ace.ace(code, type="python", theme="monokai", height=500)
|
181 |
-
|
182 |
|
183 |
# Run the app
|
184 |
if __name__ == "__main__":
|
|
|
171 |
|
172 |
st.write("Generated Text:")
|
173 |
st.write(generated_text)
|
174 |
+
"""
|
175 |
# Code editor section
|
176 |
st.header("Code Editor")
|
177 |
with st.expander("View Code"):
|
178 |
code =
|
179 |
streamlit_ace.ace(code, type="python", theme="monokai", height=500)
|
180 |
streamlit_ace.ace(code, type="python", theme="monokai", height=500)
|
181 |
+
"""
|
182 |
|
183 |
# Run the app
|
184 |
if __name__ == "__main__":
|