awacke1 commited on
Commit
384ae32
·
verified ·
1 Parent(s): 9f41f68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -6
app.py CHANGED
@@ -188,13 +188,18 @@ def display_buttons_with_scores():
188
 
189
  # AI Query Begin!
190
  AIQuery = """
191
- Create a streamlit python app which implements this in python functions
192
  and appropriate libraries using function based code with annotated parameters
193
- and language parts of speech and key words. Include appropriate emojis for user interface labels with buttons, sidebar, dataframe, expander, and other ui controls.
194
- Use a CSV dataset user interface with an outline for with subpoints highlighting key aspects, using emojis for visual engagement.
195
- Include methodical well ordered rules in code and boldface important entities
196
- (for data display use markdown outlines and tables with appropriate emojis for enumerated smart terms)
197
- and ruleset elements. Show full code listing
 
 
 
 
 
198
  """
199
  # AI Query Complete! ---------------------------------------------------------------------------------------------------------------------------------------------------
200
 
 
188
 
189
  # AI Query Begin!
190
  AIQuery = """
191
+ 1. Create a streamlit python app which implements this in python functions
192
  and appropriate libraries using function based code with annotated parameters
193
+ and language parts of speech and key words.
194
+ 2. Include appropriate emojis for user interface labels with buttons, sidebar, dataframe, expander, and other ui controls.
195
+ 3. Use a CSV dataset user interface with an outline for with subpoints highlighting key aspects, using emojis for visual engagement.
196
+ 4. Include methodical well ordered rules in code and boldface important entities
197
+ 5. For data display use markdown outlines and tables with appropriate emojis for enumerated smart terms)
198
+ and ruleset elements.
199
+ 6. Generate at least ten lines of CSV code inside the python program for three dataset entity types. Use the Key and Term to define the application features. Include appropriate emojis.
200
+ 7. Show full code listing.
201
+
202
+ Thankyou code magician 🧙‍♂️🗺️🎲! Have a fun time. I am exccited on what you come up with! Dont use comments except if you can make them funny with emojis.
203
  """
204
  # AI Query Complete! ---------------------------------------------------------------------------------------------------------------------------------------------------
205