Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +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("**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():
|
|
|
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():
|