Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|