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