File size: 514 Bytes
cd008e2
0b2c8df
cd008e2
 
 
 
 
 
0b2c8df
cd008e2
0b2c8df
 
cd008e2
 
 
 
 
 
 
 
4b63644
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Demo
emoji: 🚀
colorFrom: red
colorTo: red
sdk: docker
app_port: 8501
tags:
- streamlit
pinned: false
short_description: Demo App des Eventcrawlers für Vorführungszwecke
license: other
---

# Welcome to Streamlit!

Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:

If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
forums](https://discuss.streamlit.io).

## Development
Build Image:
```
docker build -t ec/demo .

```