Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -478,13 +478,15 @@ def create_interface():
|
|
| 478 |
# Footer
|
| 479 |
gr.Markdown("""
|
| 480 |
---
|
| 481 |
-
**About RxNExtract:** This tool
|
|
|
|
| 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 |
""")
|