MahmoudRox commited on
Commit
e24bf2a
1 Parent(s): 0af588c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -264,3 +264,9 @@ def promptExample3():
264
  st.sidebar.button('how can I start my company in morocco?', on_click=promptExample1)
265
  st.sidebar.button('What are some recommended cities for starting a business in finance', on_click=promptExample2)
266
  st.sidebar.button('what is the estimate money I need for starting my company', on_click=promptExample3)
 
 
 
 
 
 
 
264
  st.sidebar.button('how can I start my company in morocco?', on_click=promptExample1)
265
  st.sidebar.button('What are some recommended cities for starting a business in finance', on_click=promptExample2)
266
  st.sidebar.button('what is the estimate money I need for starting my company', on_click=promptExample3)
267
+
268
+ with st.sidebar :
269
+ st.title('Disclaimer ⚠️ :')
270
+ st.write('may introduce false information')
271
+ st.write('consult with a preofessionel advisor for more specisifc problems')
272
+