Spaces:
Runtime error
Runtime error
Commit
Β·
b77d45c
1
Parent(s):
fc2ecd5
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ css = """
|
|
220 |
#col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
|
221 |
#chatbox {min-height: 400px;}
|
222 |
#header {text-align: center;}
|
223 |
-
#prompt_template_preview {padding: 1em; border-width: 1px; border-style: solid; border-color: #e0e0e0; border-radius: 4px;}
|
224 |
#total_tokens_str {text-align: right; font-size: 0.8em; color: #666;}
|
225 |
#label {font-size: 0.8em; padding: 0.5em; margin: 0;}
|
226 |
.message { font-size: 1.2em; }
|
@@ -238,9 +238,8 @@ with gr.Blocks(css=css) as demo:
|
|
238 |
#query = str("performance")
|
239 |
#docs = new_docsearch.similarity_search(query)
|
240 |
|
241 |
-
gr.Markdown("""
|
242 |
-
|
243 |
-
Ask questions of all of them, or pick your expert.""" ,
|
244 |
elem_id="header")
|
245 |
|
246 |
|
|
|
220 |
#col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
|
221 |
#chatbox {min-height: 400px;}
|
222 |
#header {text-align: center;}
|
223 |
+
#prompt_template_preview {padding: 1em; border-width: 1px; border-style: solid; border-color: #e0e0e0; border-radius: 4px; min-height: 200px;}
|
224 |
#total_tokens_str {text-align: right; font-size: 0.8em; color: #666;}
|
225 |
#label {font-size: 0.8em; padding: 0.5em; margin: 0;}
|
226 |
.message { font-size: 1.2em; }
|
|
|
238 |
#query = str("performance")
|
239 |
#docs = new_docsearch.similarity_search(query)
|
240 |
|
241 |
+
gr.Markdown("""## Ask questions of experts on needs assessments, get responses from a *needs assessment* version of ChatGPT.
|
242 |
+
Ask questions of all of them, or pick your expert below.""" ,
|
|
|
243 |
elem_id="header")
|
244 |
|
245 |
|