Dharma20 commited on
Commit
f60f267
·
verified ·
1 Parent(s): 4caa211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -120,10 +120,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
120
  2. <b>Click on the 'Submit' button</b> and wait for the GenAI assistant to generate the report.
121
  3. <b>Download the generated report and Excel file.<b>
122
  4. Explore the GenAI use cases and URLs for further analysis.""")
123
- gr.Markdown(
124
- "**Note:** The app demo may occasionally show errors due to rate limits of the underlying language model (LLM). If you encounter an issue, please try again later. If the problem persists raise issue. Thank you for your understanding!")
125
- )
126
-
127
 
128
  # Input for the user query
129
  with gr.Row():
 
120
  2. <b>Click on the 'Submit' button</b> and wait for the GenAI assistant to generate the report.
121
  3. <b>Download the generated report and Excel file.<b>
122
  4. Explore the GenAI use cases and URLs for further analysis.""")
123
+ gr.Markdown("**Note:** The app demo may occasionally show errors due to rate limits of the underlying language model (LLM). If you encounter an error, please try again later. If the problem persists please raise issue. Thank you for your understanding!") )
 
 
 
124
 
125
  # Input for the user query
126
  with gr.Row():