santiviquez commited on
Commit
6c887e6
1 Parent(s): 3416eb4

update copy

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -119,11 +119,17 @@ st.write(
119
  st.markdown(
120
  """The EU AI Act is expected to be voted during the 12-15 June session of
121
  the EU Parliament. We at [NannyML](https://github.com/NannyML/nannyml)
122
- finetuned GPT-X with all the **107 pages** in the document so you can ask
123
  all the necessary questions and be informed about it.
124
  """
125
  )
126
 
 
 
 
 
 
 
127
  # create state sessions
128
  if "text_input" not in st.session_state:
129
  st.session_state["text_input"] = ""
 
119
  st.markdown(
120
  """The EU AI Act is expected to be voted during the 12-15 June session of
121
  the EU Parliament. We at [NannyML](https://github.com/NannyML/nannyml)
122
+ finetuned GPT-4 with all the **107 pages** in the document so you can ask
123
  all the necessary questions and be informed about it.
124
  """
125
  )
126
 
127
+ st.markdown(
128
+ """If you are a data scientist and are interested in learning how the EU AI Act might affect the field.
129
+ Check out [Understanding the EU AI Act as a Data Scientist](https://www.nannyml.com/blog/eu-ai-act-guide-data-science).
130
+ """
131
+ )
132
+
133
  # create state sessions
134
  if "text_input" not in st.session_state:
135
  st.session_state["text_input"] = ""