SaulLu commited on
Commit
753194f
β€’
0 Parent(s):
Files changed (4) hide show
  1. README.md +19 -0
  2. app.py +3 -0
  3. packages.txt +0 -0
  4. requirements.txt +1 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Training transformers together dashboard
3
+ emoji: 🌐
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: streamlit
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
+ # Training transformers together dashboard
12
+
13
+ [![Generic badge](https://img.shields.io/badge/πŸ€—-Open%20In%20Spaces-blue.svg)](https://huggingface.co/spaces/training-transformers-together/training-transformers-together-dashboard)
14
+
15
+ A dashboard app for Hugging Face Spaces
16
+
17
+ ---
18
+
19
+ Autogenerated using [this template](https://github.com/nateraw/spaces-template)
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.title("Training transformers together dashboard")
packages.txt ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ streamlit