chrohi commited on
Commit
cbf8543
·
verified ·
1 Parent(s): 529040d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -478,13 +478,15 @@ def create_interface():
478
  # Footer
479
  gr.Markdown("""
480
  ---
481
- **About RxNExtract:** This tool extracts chemical reaction information from procedure texts using fine-tuned LLM with Dynamic prompting and self grounding.
 
482
 
483
  **Features:**
484
  - Modular Architecture with clean, maintainable codebase
485
  - Dynamic Prompting for better extraction accuracy
486
  - Memory Efficient 4-bit quantization support
487
  - Robust XML parsing with structured output
 
488
 
489
  **Powered by:** ChemPlusX Team | [GitHub Repository](https://github.com/chemplusx/RxNExtract)
490
  """)
 
478
  # Footer
479
  gr.Markdown("""
480
  ---
481
+ **About RxNExtract:** This tool uses advanced natural language processing to extract chemical entities,
482
+ reaction conditions, and procedural information from synthetic chemistry procedures.
483
 
484
  **Features:**
485
  - Modular Architecture with clean, maintainable codebase
486
  - Dynamic Prompting for better extraction accuracy
487
  - Memory Efficient 4-bit quantization support
488
  - Robust XML parsing with structured output
489
+ - Professional logging and error handling
490
 
491
  **Powered by:** ChemPlusX Team | [GitHub Repository](https://github.com/chemplusx/RxNExtract)
492
  """)