Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,9 +25,6 @@ def run_flow(message: str) -> dict:
|
|
| 25 |
response = requests.post(api_url, json=payload, headers=headers)
|
| 26 |
return response.json()
|
| 27 |
|
| 28 |
-
# Adding an image at the top
|
| 29 |
-
st.image("assets.jpg", use_column_width=True)
|
| 30 |
-
|
| 31 |
st.markdown("""
|
| 32 |
<style>
|
| 33 |
.footer {
|
|
|
|
| 25 |
response = requests.post(api_url, json=payload, headers=headers)
|
| 26 |
return response.json()
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
st.markdown("""
|
| 29 |
<style>
|
| 30 |
.footer {
|