Dharma20 commited on
Commit
15b9ae0
·
verified ·
1 Parent(s): 384a4dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -119,8 +119,10 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
119
  1. <b>Enter your query</b> regarding any company or industry.
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
- """)
 
 
124
 
125
 
126
  # Input for the user query
 
119
  1. <b>Enter your query</b> regarding any company or industry.
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