Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def do_ML_LLAMA(text:str, trycount:int):
|
|
140 |
return "Requested Could not be proceed"
|
141 |
|
142 |
try:
|
143 |
-
button_id = 'component-
|
144 |
button_element = driver.find_element(By.ID,button_id)
|
145 |
|
146 |
button_element.click()
|
|
|
140 |
return "Requested Could not be proceed"
|
141 |
|
142 |
try:
|
143 |
+
button_id = 'component-10'
|
144 |
button_element = driver.find_element(By.ID,button_id)
|
145 |
|
146 |
button_element.click()
|