Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
hc99
/
FEA-Bench
like
0
Dataset card
Files
Files and versions
xet
Community
main
FEA-Bench
/
testbed
/
Textualize__textual
/
docs
/
examples
/
tutorial
/
intro01.py
hc99
Add files using upload-large-folder tool
5b76e0f
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
93 Bytes
from
textual.app
import
App
class
ExampleApp
(
App
):
pass
app = ExampleApp()
app.run()