Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,13 +18,19 @@ st.set_page_config(
|
|
18 |
)
|
19 |
|
20 |
# AI Query Begin!
|
21 |
-
AIQuery =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
# AI Query Complete! ---------------------------------------------------------------------------------------------------------------------------------------------------
|
23 |
|
24 |
|
25 |
|
26 |
-
|
27 |
-
|
28 |
# -----------------------------------------------------------------Art Card Sidebar:
|
29 |
import base64
|
30 |
import requests
|
|
|
18 |
)
|
19 |
|
20 |
# AI Query Begin!
|
21 |
+
AIQuery = """
|
22 |
+
Create a streamlit python app which implements this in python functions
|
23 |
+
and appropriate libraries using function based code with annotated parameters
|
24 |
+
and language parts of speech and key words. Include appropriate emojis for user interface labels with buttons, sidebar, dataframe, expander, and other ui controls.
|
25 |
+
Use a CSV dataset user interface with an outline for with subpoints highlighting key aspects, using emojis for visual engagement.
|
26 |
+
Include methodical well ordered rules in code and boldface important entities
|
27 |
+
(for data display use markdown outlines and tables with appropriate emojis for enumerated smart terms)
|
28 |
+
and ruleset elements.
|
29 |
+
"""
|
30 |
# AI Query Complete! ---------------------------------------------------------------------------------------------------------------------------------------------------
|
31 |
|
32 |
|
33 |
|
|
|
|
|
34 |
# -----------------------------------------------------------------Art Card Sidebar:
|
35 |
import base64
|
36 |
import requests
|