Spaces:
Runtime error
Runtime error
new Heading
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ css="""
|
|
24 |
|
25 |
title = """
|
26 |
<div style="text-align: center;max-width: 700px;">
|
27 |
-
<h1>Chat
|
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
|
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 |
"""
|