Kvikontent commited on
Commit
8015028
·
verified ·
1 Parent(s): e08284a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def query(payload):
15
  st.markdown(f":blue_background[Create] Code With AI")
16
  st.write("Real-time Code Generation & Code Editor")
17
  lang = st.select_box("Choose Language", ["Python", "Javascript", "HTML", "C++", "CS", "Markdown", "Java", "C", "Go", "Ruby"])
18
- code = code_editor("# Your Code Here", height=[1, 200], lang=lang)
19
  if st.button("Run AI"):
20
  output = query({
21
  "inputs": f"Can you please correct and improve this code, as output give only updated code; code to correct and improve: {code}",
 
15
  st.markdown(f":blue_background[Create] Code With AI")
16
  st.write("Real-time Code Generation & Code Editor")
17
  lang = st.select_box("Choose Language", ["Python", "Javascript", "HTML", "C++", "CS", "Markdown", "Java", "C", "Go", "Ruby"])
18
+ code = code_editor("Your Code Here", height=[1, 200], lang=lang)
19
  if st.button("Run AI"):
20
  output = query({
21
  "inputs": f"Can you please correct and improve this code, as output give only updated code; code to correct and improve: {code}",