Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -326,7 +326,7 @@ if __name__ == "__main__":
|
|
| 326 |
# Welcome to PreData.AI's Market Research Panel [Demo]
|
| 327 |
|
| 328 |
## Introducing our AI-powered panel:
|
| 329 |
-
- This panel consists of **
|
| 330 |
- Ask them a question by **typing into the input box below**.
|
| 331 |
- Feel free to address a question to a **specific panellist**.
|
| 332 |
- If no panellist is specified, all of the panellists will respond.
|
|
@@ -339,7 +339,7 @@ if __name__ == "__main__":
|
|
| 339 |
gr.HTML("""
|
| 340 |
<div style="text-align: left;">
|
| 341 |
<h2>Our Panellists</h2>
|
| 342 |
-
<i>Click on our panellist's name so they can introduce themselves</i>
|
| 343 |
<p><a href="#" onclick="showModal(event, 'PanellistOne')"><b>Name1</b></a> – <description one></p>
|
| 344 |
<p><a href="#" onclick="showModal(event, 'PanellistTwo')"><b>Name2</b></a> – <description two></p>
|
| 345 |
<p><a href="#" onclick="showModal(event, 'PanellistThree')"><b>Name3</b></a> – <description three></p>
|
|
|
|
| 326 |
# Welcome to PreData.AI's Market Research Panel [Demo]
|
| 327 |
|
| 328 |
## Introducing our AI-powered panel:
|
| 329 |
+
- This panel consists of some **AI-powered agents** who will answer your questions.
|
| 330 |
- Ask them a question by **typing into the input box below**.
|
| 331 |
- Feel free to address a question to a **specific panellist**.
|
| 332 |
- If no panellist is specified, all of the panellists will respond.
|
|
|
|
| 339 |
gr.HTML("""
|
| 340 |
<div style="text-align: left;">
|
| 341 |
<h2>Our Panellists</h2>
|
| 342 |
+
<i>Click on our panellist's name so they can introduce themselves</i><br>
|
| 343 |
<p><a href="#" onclick="showModal(event, 'PanellistOne')"><b>Name1</b></a> – <description one></p>
|
| 344 |
<p><a href="#" onclick="showModal(event, 'PanellistTwo')"><b>Name2</b></a> – <description two></p>
|
| 345 |
<p><a href="#" onclick="showModal(event, 'PanellistThree')"><b>Name3</b></a> – <description three></p>
|