jolyonbrown commited on
Commit
8182f9c
·
1 Parent(s): 881c345

initial tinkering

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -34,11 +34,3 @@ demo = gr.ChatInterface(
34
 
35
  if __name__ == "__main__":
36
  demo.launch()
37
- ```
38
-
39
- **requirements.txt**:
40
- ```
41
- gradio
42
- anthropic
43
- httpx
44
- python-dotenv
 
34
 
35
  if __name__ == "__main__":
36
  demo.launch()