Spaces:
Sleeping
Sleeping
Pecximenes
commited on
Commit
β’
8de0c19
1
Parent(s):
b7835d9
Changing possible problems
Browse files- Dockerfile +1 -1
- README.md +10 -5
- interface/{chatbot.py β app.py} +0 -0
Dockerfile
CHANGED
@@ -5,4 +5,4 @@ ENV PYTHONPATH=/ChatFause
|
|
5 |
ENV OPENAI_API_KEY=OPENAI_API_KEY
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|
7 |
EXPOSE 8501
|
8 |
-
CMD ["streamlit", "run", "interface/
|
|
|
5 |
ENV OPENAI_API_KEY=OPENAI_API_KEY
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|
7 |
EXPOSE 8501
|
8 |
+
CMD ["streamlit", "run", "interface/app.py"]
|
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
-
|
3 |
-
|
4 |
-
```
|
5 |
-
streamlit run interface/main.py
|
6 |
-
```
|
|
|
1 |
+
---
|
2 |
+
title: Teste Agent Fause
|
3 |
+
emoji: π
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: gray
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
license: mit
|
9 |
+
---
|
10 |
|
11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
interface/{chatbot.py β app.py}
RENAMED
File without changes
|