Spaces:
Running
Running
Mathias Lux
commited on
Commit
·
0686a5e
1
Parent(s):
7b49760
Removed the surrounding block to max out height.
Browse files
app.py
CHANGED
@@ -62,13 +62,10 @@ def respond(
|
|
62 |
yield response
|
63 |
|
64 |
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
respond,
|
70 |
-
title = "AI Biographical Interview Assistant",
|
71 |
-
description = """
|
72 |
Welcome to the AI Biographical Interview Assistant! This tool uses advanced AI to conduct
|
73 |
an in-depth interview about your life experiences. The AI interviewer uses the Socratic method
|
74 |
to ask thoughtful questions and gather information for creating a biographical article.
|
|
|
62 |
yield response
|
63 |
|
64 |
|
65 |
+
demo = gr.ChatInterface(
|
66 |
+
respond,
|
67 |
+
title = "AI Biographical Interview Assistant",
|
68 |
+
description = """
|
|
|
|
|
|
|
69 |
Welcome to the AI Biographical Interview Assistant! This tool uses advanced AI to conduct
|
70 |
an in-depth interview about your life experiences. The AI interviewer uses the Socratic method
|
71 |
to ask thoughtful questions and gather information for creating a biographical article.
|