awacke1 commited on
Commit
fde1bcd
·
verified ·
1 Parent(s): 82f1ca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -3
app.py CHANGED
@@ -18,13 +18,19 @@ st.set_page_config(
18
  )
19
 
20
  # AI Query Begin!
21
- AIQuery = f"Create a streamlit python app which implements this in python functions and appropriate libraries using function based code with annotated parameters and language parts of speech and key words. Include appropriate emojis for user interface labels with buttons, sidebar, dataframe, expander, and other ui controls. Use a CSV dataset user interface with an outline for **{term}** with subpoints highlighting key aspects, using emojis for visual engagement. Include methodical well ordered rules in code and boldface important entities (for data display use markdown outlines and tables with appropriate emojis for enumerated smart terms) and ruleset elements."
 
 
 
 
 
 
 
 
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