diazcalvi commited on
Commit
0c49a35
·
1 Parent(s): 834304a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def store_message(name: str, message: str):
79
  commit_url = repo.push_to_hub()
80
  print(commit_url)
81
 
82
- return generate_html()
83
 
84
 
85
  st.title("KION-Linde AI")
 
79
  commit_url = repo.push_to_hub()
80
  print(commit_url)
81
 
82
+ return commit_url #generate_html()
83
 
84
 
85
  st.title("KION-Linde AI")