acecalisto3 commited on
Commit
3496d63
·
verified ·
1 Parent(s): 0ae5faa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -180,9 +180,6 @@ def lint_code(code: str) -> List[str]:
180
  lint_results = pylint_output.getvalue().splitlines()
181
  return lint_results
182
 
183
- # Set page configuration
184
- st.set_page_config(layout="wide", page_title="RoboCoders")
185
-
186
  # Sidebar for chat interface
187
  st.sidebar.title("Chat Interface")
188
  user_input = st.sidebar.text_area("Type your idea, task, or request here:")
 
180
  lint_results = pylint_output.getvalue().splitlines()
181
  return lint_results
182
 
 
 
 
183
  # Sidebar for chat interface
184
  st.sidebar.title("Chat Interface")
185
  user_input = st.sidebar.text_area("Type your idea, task, or request here:")