Spaces:
Running
Running
ryanrwatkins
commited on
Commit
•
bce19a7
1
Parent(s):
d9be7b0
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ css = """
|
|
132 |
#col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
|
133 |
#chatbox {min-height: 400px;}
|
134 |
#header {text-align: center;}
|
135 |
-
#prompt_template_preview {padding: 1em; border-width: 1px; border-style: solid; border-color: #e0e0e0; border-radius: 4px; min-height:
|
136 |
#total_tokens_str {text-align: right; font-size: 0.8em; color: #666;}
|
137 |
#label {font-size: 0.8em; padding: 0.5em; margin: 0;}
|
138 |
.message { font-size: 1.2em; }
|
@@ -146,7 +146,8 @@ with gr.Blocks(css=css) as demo:
|
|
146 |
with gr.Column(elem_id="col-container"):
|
147 |
|
148 |
|
149 |
-
gr.Markdown("""## Ask questions of *needs assessment* experts
|
|
|
150 |
Ask questions of all of them, or pick your expert below.""" ,
|
151 |
elem_id="header")
|
152 |
|
|
|
132 |
#col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
|
133 |
#chatbox {min-height: 400px;}
|
134 |
#header {text-align: center;}
|
135 |
+
#prompt_template_preview {padding: 1em; border-width: 1px; border-style: solid; border-color: #e0e0e0; border-radius: 4px; min-height: 150px;}
|
136 |
#total_tokens_str {text-align: right; font-size: 0.8em; color: #666;}
|
137 |
#label {font-size: 0.8em; padding: 0.5em; margin: 0;}
|
138 |
.message { font-size: 1.2em; }
|
|
|
146 |
with gr.Column(elem_id="col-container"):
|
147 |
|
148 |
|
149 |
+
gr.Markdown("""## Ask questions of *needs assessment* experts,
|
150 |
+
get responses from a *needs assessment* version of ChatGPT.
|
151 |
Ask questions of all of them, or pick your expert below.""" ,
|
152 |
elem_id="header")
|
153 |
|