Pecximenes commited on
Commit
8de0c19
β€’
1 Parent(s): b7835d9

Changing possible problems

Browse files
Files changed (3) hide show
  1. Dockerfile +1 -1
  2. README.md +10 -5
  3. 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/chatbot.py"]
 
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
- Para testar prototipo
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