Update app.py
Browse files
app.py
CHANGED
@@ -114,13 +114,13 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
114 |
# Header section
|
115 |
gr.HTML("<center><h1>UseCaseGenie - Discover GenAI Use cases for your company and Industry! π€π§βπ³.</h1><center>")
|
116 |
gr.Markdown("""#### This GenAI Assistant π€ helps you discover and explore Generative AI use cases for your company and industry.
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
|
125 |
|
126 |
# Input for the user query
|
|
|
114 |
# Header section
|
115 |
gr.HTML("<center><h1>UseCaseGenie - Discover GenAI Use cases for your company and Industry! π€π§βπ³.</h1><center>")
|
116 |
gr.Markdown("""#### This GenAI Assistant π€ helps you discover and explore Generative AI use cases for your company and industry.
|
117 |
+
You can download the generated use case report as a <b>Markdown file</b> and a <b>Feasibility Excel file</b> to gain insights and explore relevant GenAI applications.
|
118 |
+
### <b>Steps:</b>
|
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
|