EAV123 commited on
Commit
ceea7bc
·
verified ·
1 Parent(s): 1e67627

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ if upload_code_file is not None:
47
 
48
  # Prompt Template for code interpretation
49
  input_prompt_code = """
50
- You are an expert in coding. The image contains a piece of code. Your task is to interpret the code and solve the problem it presents.
51
- Provide a complete solution of the MCQ provided the right answer with a brief explanation.
52
  """
53
 
54
  # Button for code interpretation
 
47
 
48
  # Prompt Template for code interpretation
49
  input_prompt_code = """
50
+ CONVERT THE IMAGES OF THE MCQ TO TEXT
51
+
52
  """
53
 
54
  # Button for code interpretation