heymenn commited on
Commit
3677587
·
verified ·
1 Parent(s): d5a06db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -181,9 +181,12 @@ input_problem = gr.Textbox(
181
  )
182
 
183
  output_prompt = gr.Textbox(label="1. Generated Prompt", interactive=False)
 
184
  output_constraints = gr.HTML(label="2. Retrieved Constraints") # Changed to HTML
 
185
  output_best_combinations = gr.HTML(label="7. Best Technology Combinations Found") # Changed to HTML
186
  output_selected_ids = gr.Textbox(label="8. Selected Technology IDs", interactive=False)
 
187
  output_final_technologies = gr.HTML(label="9. Final Best Technologies") # Changed to HTML
188
 
189
  # Custom CSS for a professional look and specific output styling
 
181
  )
182
 
183
  output_prompt = gr.Textbox(label="1. Generated Prompt", interactive=False)
184
+ title_constraints = gr.HTML("<h1>Retrieved Constraints</h1>")
185
  output_constraints = gr.HTML(label="2. Retrieved Constraints") # Changed to HTML
186
+ title_best_combinations = gr.HTML("<h1>The 5 Best Technology Combinations Found</h1>")
187
  output_best_combinations = gr.HTML(label="7. Best Technology Combinations Found") # Changed to HTML
188
  output_selected_ids = gr.Textbox(label="8. Selected Technology IDs", interactive=False)
189
+ title_final_combination = gr.HTML("<h1>The best technology combinations for each constraint</h1>")
190
  output_final_technologies = gr.HTML(label="9. Final Best Technologies") # Changed to HTML
191
 
192
  # Custom CSS for a professional look and specific output styling