SamiKoen commited on
Commit
24b8329
·
1 Parent(s): 9bd6d3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -37,8 +37,6 @@ def xml_to_json(url):
37
  return json.dumps(etree_to_dict(tree.getroot()))
38
 
39
  url = "https://www.alatin.com.tr/index.php?do=catalog/output&pCode=4249932787"
40
- print(xml_to_json(url))
41
-
42
 
43
  def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
44
  headers = {
 
37
  return json.dumps(etree_to_dict(tree.getroot()))
38
 
39
  url = "https://www.alatin.com.tr/index.php?do=catalog/output&pCode=4249932787"
 
 
40
 
41
  def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
42
  headers = {