Jekyll2000 commited on
Commit
7103325
·
verified ·
1 Parent(s): 132321f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -71,3 +71,12 @@ if uploaded_file and question:
71
  with st.spinner('Processing...'):
72
  response = ChatBot(uploaded_file, question)
73
  st.write(response)
 
 
 
 
 
 
 
 
 
 
71
  with st.spinner('Processing...'):
72
  response = ChatBot(uploaded_file, question)
73
  st.write(response)
74
+
75
+ # --- Logo ---
76
+
77
+ st.sidebar.image("Insight Therapy Solutions.png", width=200)
78
+
79
+ st.sidebar.title("Haseeb Ahmed")
80
+ st.sidebar.write("AI/ML Engineer")
81
+ st.sidebar.markdown(f"### <div style='text-align: center;'>made with ❤ by <a href='https://www.linkedin.com/in/muhammad-haseeb-ahmed-1954b5230/'>Muhammad Haseeb Ahmed</a></div>")
82
+