Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -123,21 +123,21 @@ def legal(question):
|
|
123 |
|
124 |
|
125 |
with gr.Blocks() as demo:
|
126 |
-
gr.Markdown("## OnScent Fragrance Intelligent Library Search")
|
127 |
#gr.Markdown("Developed by ScentGenie")
|
128 |
-
gr.Markdown("### Client Brief or Description")
|
129 |
|
130 |
with gr.Row():
|
131 |
-
input1 = gr.Textbox(label="
|
132 |
-
gr.Markdown("### Additional Criterias")
|
133 |
-
gr.Markdown("Criterias like Application area, RMC, Notes to exclude etc")
|
134 |
-
with gr.Row():
|
135 |
-
|
136 |
#with gr.Row():
|
137 |
# input3 = gr.Dropdown(["Advanced", "Fast"], label="Mode", value="Advanced")
|
138 |
|
139 |
-
gr.Markdown("## Recommended Formulas")
|
140 |
-
output1 = gr.Text(label="
|
141 |
#output2 = gr.Text(label="Documents Sources")
|
142 |
#output3 = gr.Text(label="Documents IDs")
|
143 |
|
|
|
123 |
|
124 |
|
125 |
with gr.Blocks() as demo:
|
126 |
+
#gr.Markdown("## OnScent Fragrance Intelligent Library Search")
|
127 |
#gr.Markdown("Developed by ScentGenie")
|
128 |
+
#gr.Markdown("### Client Brief or Description")
|
129 |
|
130 |
with gr.Row():
|
131 |
+
input1 = gr.Textbox(label="Question", placeholder="effets indesirables du paracetamol")
|
132 |
+
#gr.Markdown("### Additional Criterias")
|
133 |
+
#gr.Markdown("Criterias like Application area, RMC, Notes to exclude etc")
|
134 |
+
#with gr.Row():
|
135 |
+
# input2 = gr.Textbox(label="Additional Criterias (can be left empy)", placeholder=" for hair products with RMC under 15$ and without vanilla note")
|
136 |
#with gr.Row():
|
137 |
# input3 = gr.Dropdown(["Advanced", "Fast"], label="Mode", value="Advanced")
|
138 |
|
139 |
+
#gr.Markdown("## Recommended Formulas")
|
140 |
+
output1 = gr.Text(label="Reponse")
|
141 |
#output2 = gr.Text(label="Documents Sources")
|
142 |
#output3 = gr.Text(label="Documents IDs")
|
143 |
|