kaurm43 commited on
Commit
2342074
·
verified ·
1 Parent(s): d4e4a69

Update PolyAgent/gradio_interface.py

Browse files
Files changed (1) hide show
  1. PolyAgent/gradio_interface.py +5 -2
PolyAgent/gradio_interface.py CHANGED
@@ -31,14 +31,17 @@ except Exception as e:
31
  # Default cases
32
  # -----------------------------------------------------------------------------
33
  DEFAULT_CONSOLE_CASE_PREDICT_TG = (
34
- "Predict the glass transition temperature (Tg) for the following PSMILES.\n"
 
35
  "seed_psmiles: [*]CC(=O)OCCOCCOC(=O)C[*]\n"
36
  )
37
 
38
  DEFAULT_CONSOLE_CASE_GENERATE_TG = (
39
- "Generate four candidate polymers targeting Tg 60 (°C) while keeping melt-processability practical.\n"
 
40
  "seed_psmiles: [*]CC(=O)OCCOCCOC(=O)C[*]\n"
41
  )
 
42
  # =============================================================================
43
  # DOI NORMALIZATION HELPERS
44
  # =============================================================================
 
31
  # Default cases
32
  # -----------------------------------------------------------------------------
33
  DEFAULT_CONSOLE_CASE_PREDICT_TG = (
34
+ "Predict the glass transition temperature (Tg) for the following PSMILES, and briefly comment on "
35
+ "its suitability for high-performance packaging film applications (e.g., stiffness/clarity/barrier).\n"
36
  "seed_psmiles: [*]CC(=O)OCCOCCOC(=O)C[*]\n"
37
  )
38
 
39
  DEFAULT_CONSOLE_CASE_GENERATE_TG = (
40
+ "Generate four candidate polymers targeting Tg 60 (°C) while keeping melt-processability practical, "
41
+ "and optimizing for high-performance packaging film use (e.g., toughness, clarity, and barrier potential).\n"
42
  "seed_psmiles: [*]CC(=O)OCCOCCOC(=O)C[*]\n"
43
  )
44
+
45
  # =============================================================================
46
  # DOI NORMALIZATION HELPERS
47
  # =============================================================================