Spaces:
Sleeping
Sleeping
update ui
Browse files
app.py
CHANGED
@@ -77,10 +77,8 @@ css = """
|
|
77 |
|
78 |
title = """
|
79 |
<div style="text-align: center;max-width: 700px;">
|
80 |
-
<h1>Chat with
|
81 |
-
<p style="text-align: center;">
|
82 |
-
when everything is ready, you can start asking questions about the pdf ;) <br />
|
83 |
-
This version is set to store chat history, and uses OpenAI as LLM, don't forget to copy/paste your OpenAI API key</p>
|
84 |
</div>
|
85 |
"""
|
86 |
|
|
|
77 |
|
78 |
title = """
|
79 |
<div style="text-align: center;max-width: 700px;">
|
80 |
+
<h1>Chat with Yingxu</h1>
|
81 |
+
<p style="text-align: center;">Free feel to talk about anything :)</p>
|
|
|
|
|
82 |
</div>
|
83 |
"""
|
84 |
|