Skip to content

Commit

Permalink
Minor inconsistency fix
Browse files Browse the repository at this point in the history
The video at start says 'MindMagic' which is the old name of the app. The video has been slightly changed, reduced to 2 seconds, and now says the correct name 'Raksha Kavach'
  • Loading branch information
Spaceyy64 committed Dec 2, 2023
1 parent 56f380c commit 26a7000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified data/vid.mp4
Binary file not shown.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def __init__(self, **kwa):
q1 = MDLabel(text="1) How often do you feel like to cry?", font_style="H6", pos_hint={'x': 0.07, "y": 0.35})
self.add_widget(q1)

self.b1 = MDRaisedButton( text="Select One", on_release=self.op1, pos_hint={'x': 0.7, "y": 0.8}, size_hint = (0.2,0.1))
self.b1 = MDRaisedButton( text="Select", on_release=self.op1, pos_hint={'x': 0.5, "y": 0.82}, size_hint = (0.15,0.07))
self.add_widget(self.b1)

menu1_items = [
Expand Down Expand Up @@ -475,7 +475,7 @@ def __init__(self, **kwa):
width_mult=3,
)

box1 = MDBoxLayout(pos_hint={'x': 0.5, 'y': 0.825}, size_hint=(0.15, 0.05), md_bg_color="#FFFFFF")
box1 = MDBoxLayout(pos_hint={'x': 0.7, 'y': 0.825}, size_hint=(0.15, 0.05), md_bg_color="#FFFFFF")
self.add_widget(box1)

#SECOND QUESTION
Expand Down

0 comments on commit 26a7000

Please sign in to comment.