solewarrior commited on
Commit
d15a443
·
verified ·
1 Parent(s): 783636b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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 {