GauravSingh72388 commited on
Commit
a175aef
1 Parent(s): 33c61c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -43,7 +43,6 @@ def rtf_parser(file_path):
43
 
44
  # Convert the RTF content to text
45
  text_content = rtf_to_text(rtf_content)
46
- st.write("rtf parser")
47
 
48
  # Call the hackathon_problem function with the text content
49
  hackathon_problem(text_content)
@@ -51,7 +50,6 @@ def rtf_parser(file_path):
51
 
52
  def hackathon_problem(text_content):
53
  # Read JSON file
54
- st.write("hackathon")
55
  json_data = json.loads(text_content)
56
 
57
  # Check if dataset file exists
 
43
 
44
  # Convert the RTF content to text
45
  text_content = rtf_to_text(rtf_content)
 
46
 
47
  # Call the hackathon_problem function with the text content
48
  hackathon_problem(text_content)
 
50
 
51
  def hackathon_problem(text_content):
52
  # Read JSON file
 
53
  json_data = json.loads(text_content)
54
 
55
  # Check if dataset file exists