RithwikG commited on
Commit
ccca134
1 Parent(s): a23bd4c

Updated instructions

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. app.py +4 -1
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .venv/
2
+ .history/
app.py CHANGED
@@ -44,7 +44,10 @@ with gr.Blocks(title = "CP Helper Bot") as demo:
44
  Thanks for using this bot, and I hope you found it helpful!
45
 
46
  This is an open source project maintained by Rithwik Gupta (github.com/Rithwik-G, beaboss on codeforces). If you would like to contribute (by adding scrapers for other OJs, adding features, adjusting prompts, making the feedback system better, etc.), you can make a pull request on HuggingFace community tab or GitHub. If you want to collaborate, feel free to DM me on discord @Rithwik#1821 or at rithwikca2020@gmail.com.
47
- If you found this bot useful, please star the GitHub repo :) github.com/Rithwik-G/Competitive-Programming-Bot.
 
 
 
48
  """)
49
 
50
  interface = gr.Chatbot(height='300px', placeholder="Provide a link for the problem you're solving.",
 
44
  Thanks for using this bot, and I hope you found it helpful!
45
 
46
  This is an open source project maintained by Rithwik Gupta (github.com/Rithwik-G, beaboss on codeforces). If you would like to contribute (by adding scrapers for other OJs, adding features, adjusting prompts, making the feedback system better, etc.), you can make a pull request on HuggingFace community tab or GitHub. If you want to collaborate, feel free to DM me on discord @Rithwik#1821 or at rithwikca2020@gmail.com.
47
+
48
+ If you found this bot useful, please star the GitHub repo :)
49
+
50
+ https://github.com/Rithwik-G/Competitive-Programming-Bot
51
  """)
52
 
53
  interface = gr.Chatbot(height='300px', placeholder="Provide a link for the problem you're solving.",