Piyushmryaa commited on
Commit
73087a7
1 Parent(s): cfef75b

updated Readme

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # CS772-Assignment 1: Implementation of Backpropagation and Training a Palindrome Network
2
  1. Implement BP (using any existing tool/platform not allowed)
3
  2. Think of the correct architecture for Palindrome
 
1
+ ---
2
+ title: Crap
3
+ emoji: ⚡
4
+ colorFrom: red
5
+ colorTo: gray
6
+ sdk: streamlit
7
+ sdk_version: 1.31.1
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+
15
+
16
  # CS772-Assignment 1: Implementation of Backpropagation and Training a Palindrome Network
17
  1. Implement BP (using any existing tool/platform not allowed)
18
  2. Think of the correct architecture for Palindrome