Nina commited on
Commit
c1646ce
β€’
1 Parent(s): 6319dc6

correcting markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -99,11 +99,9 @@ with gr.Blocks(title="🌍 ClimateGPT Ekimetrics", css=css_code) as demo:
99
  user_id = gr.State([get_random_string(10)])
100
 
101
  with gr.Tab("App"):
 
102
  gr.Markdown(
103
- """
104
- ### Welcome to Climate GPT 🌍 !
105
- \n
106
- Climate GPT is an interactive exploration tool designed to help you easily find relevant information based on of Environmental reports such as IPCCs and other environmental reports.
107
  \n **How does it work:** This Chatbot is a combination of two technologies. FAISS search applied to a vast amount of scientific climate reports and TurboGPT to generate human-like text from the part of the document extracted from the database.
108
  \n ⚠️ Warning: Always refer to the source to ensure the validity of the information communicated.
109
  """
 
99
  user_id = gr.State([get_random_string(10)])
100
 
101
  with gr.Tab("App"):
102
+ gr.Markdown("### Welcome to Climate GPT 🌍 !")
103
  gr.Markdown(
104
+ """ Climate GPT is an interactive exploration tool designed to help you easily find relevant information based on of Environmental reports such as IPCCs and other environmental reports.
 
 
 
105
  \n **How does it work:** This Chatbot is a combination of two technologies. FAISS search applied to a vast amount of scientific climate reports and TurboGPT to generate human-like text from the part of the document extracted from the database.
106
  \n ⚠️ Warning: Always refer to the source to ensure the validity of the information communicated.
107
  """