Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ 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 |
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 |
)
|
|
|
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 |
)
|