chemouda commited on
Commit
ef8d9f7
·
verified ·
1 Parent(s): 2696bd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
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="Brief", placeholder="Wrapped in a blanket by the fireplace")
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="Recommendations ranked by Relevance")
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