yuyutsu07 commited on
Commit
732fa36
1 Parent(s): e3b1341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -372,3 +372,14 @@ if st.session_state.query or st.session_state.count:
372
  except Exception as e:
373
  st.error(str(e))
374
  st.stop()
 
 
 
 
 
 
 
 
 
 
 
 
372
  except Exception as e:
373
  st.error(str(e))
374
  st.stop()
375
+ # Add a footer
376
+ st.markdown("---")
377
+ st.markdown(
378
+ "<h3 style='text-align: center;'>"
379
+ "Created with ❤️ by Yuyutsu<br>"
380
+ "<span style='color: #FF9933;'>जय श्री राम</span>"
381
+ "</h3>",
382
+ unsafe_allow_html=True
383
+ )
384
+
385
+