gautam-shetty commited on
Commit
68fd1d1
·
1 Parent(s): 8c21cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ import streamlit as st
21
  from predict import Predict
22
 
23
  st.title("jRefactoring")
24
- codeSnippet = st.text_area()
25
  st.text("")
26
 
27
  if st.button('Check'):
 
21
  from predict import Predict
22
 
23
  st.title("jRefactoring")
24
+ codeSnippet = st.text_area(code)
25
  st.text("")
26
 
27
  if st.button('Check'):