Spaces:
Runtime error
Runtime error
James Wade
commited on
Commit
·
e58f0cc
1
Parent(s):
ea09d59
remove human tool for now, add example text
Browse files
app.py
CHANGED
@@ -12,6 +12,9 @@ app_ui = ui.page_fluid(
|
|
12 |
ui.column(9, ui.input_text("prompt", label=None, placeholder="E.g., What is the molecular weight of tylenol?", width="100%")),
|
13 |
ui.column(3, ui.input_action_button("chat", "Chat", class_="btn btn-primary btn-lg btn-block", width="100%"),)
|
14 |
),
|
|
|
|
|
|
|
15 |
ui.output_text("txt"),
|
16 |
ui.output_ui("prompt_ui"),
|
17 |
ui.output_ui("result"),
|
|
|
12 |
ui.column(9, ui.input_text("prompt", label=None, placeholder="E.g., What is the molecular weight of tylenol?", width="100%")),
|
13 |
ui.column(3, ui.input_action_button("chat", "Chat", class_="btn btn-primary btn-lg btn-block", width="100%"),)
|
14 |
),
|
15 |
+
ui.help_text("Example 1: Propose a novel organicatalyst for enhancing carbon dioxide conversion in carbon capture and utilization processes."),
|
16 |
+
ui.br(),
|
17 |
+
ui.help_text("Example 2: What are the products of the reaction between 2-bromo-2-methylpropane and 4-(4-hydroxyphenyl)butan-2-one. Can this reaction run without problems?"),
|
18 |
ui.output_text("txt"),
|
19 |
ui.output_ui("prompt_ui"),
|
20 |
ui.output_ui("result"),
|