qunfei commited on
Commit
e1d3dd6
·
1 Parent(s): 815cfd4

fixing code text area

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import streamlit as st
5
  class CoreClient:
6
 
7
  def generate(self, source: str, target: str, code: str):
8
- return source
9
 
10
 
11
  st.set_page_config(
 
5
  class CoreClient:
6
 
7
  def generate(self, source: str, target: str, code: str):
8
+ return code
9
 
10
 
11
  st.set_page_config(