jonny commited on
Commit
6bf0ea4
·
1 Parent(s): 9921a5e

new Heading

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,7 +24,7 @@ css="""
24
 
25
  title = """
26
  <div style="text-align: center;max-width: 700px;">
27
- <h1>Chat with Jonny's views on AI • AI Safety</h1>
28
  <p style="text-align: left;">Chat is built from:<br />
29
  This is a Dialogue (https://www.jonnyjohnson.com/this-is-a-dialogue)<br />
30
  Game-Making articles (https://dialogues-ai.github.io/papers/docs/ai_regulation/gamemaking)<br />
@@ -38,7 +38,7 @@ prompt_hints = """
38
  <p style="text-align: left;">Some things you can ask:<br />
39
  Should I be worried about AIs?<br />
40
  How do we improve the games between AIs and humans?<br />
41
- What are the risks associated with AI? <br />
42
  Do you agree that everything is language? <br />
43
  </div>
44
  """
 
24
 
25
  title = """
26
  <div style="text-align: center;max-width: 700px;">
27
+ <h1>Chat about Dialogues Games AI • AI Regulation</h1>
28
  <p style="text-align: left;">Chat is built from:<br />
29
  This is a Dialogue (https://www.jonnyjohnson.com/this-is-a-dialogue)<br />
30
  Game-Making articles (https://dialogues-ai.github.io/papers/docs/ai_regulation/gamemaking)<br />
 
38
  <p style="text-align: left;">Some things you can ask:<br />
39
  Should I be worried about AIs?<br />
40
  How do we improve the games between AIs and humans?<br />
41
+ What is a dialogue? <br />
42
  Do you agree that everything is language? <br />
43
  </div>
44
  """