vsrinivas commited on
Commit
7aff307
1 Parent(s): 258d538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -226,6 +226,9 @@ clear_button = gr.Button("Clear")
226
 
227
  # Create the layout and interface
228
  with gr.Blocks() as app:
 
 
 
229
  with gr.Row():
230
  with gr.Column():
231
  country.render()
 
226
 
227
  # Create the layout and interface
228
  with gr.Blocks() as app:
229
+ gr.Markdown("""# A Platform for Investing in Socially Responsible Companies in Your Country of Choice
230
+ ## After entering the details and hit Submit button, wait for few minutes for the results to appear. You will be pleasantly surprised with the results""")
231
+
232
  with gr.Row():
233
  with gr.Column():
234
  country.render()