Falln87 commited on
Commit
c91944b
1 Parent(s): 7d7aa7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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__":